Skip to Content.
Sympa Menu

notify-dpml - r1921 - trunk

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1921 - trunk
  • Date: Sun, 18 Mar 2007 20:06:54 +0100

Author: mcconnell
Date: 2007-03-18 20:06:54 +0100 (Sun, 18 Mar 2007)
New Revision: 1921

Modified:
trunk/release.bat
trunk/snapshot.bat
Log:
housekeeping

Modified: trunk/release.bat
===================================================================
--- trunk/release.bat 2007-03-18 18:53:46 UTC (rev 1920)
+++ trunk/release.bat 2007-03-18 19:06:54 UTC (rev 1921)
@@ -16,35 +16,39 @@
REM execute the bootstrap build procedure
REM

-CD main
+PUSHD main
CALL bootstrap
POPD
+CD
IF ERRORLEVEL 1 GOTO :exit

REM
REM execute the build of the runtime systems using the bootstrap artifacts
REM

-CD main
+PUSHD main
CALL build clean install -decimal
POPD
+CD
IF ERRORLEVEL 1 GOTO :exit

REM
REM build the tutorials using the resources established from the general
system build
REM

-CD tutorials
+PUSHD tutorials
CALL build clean install
POPD
+CD

REM
REM build the documentation
REM

-CD central
+PUSHD central
CALL build clean install -decimal
POPD
+CD

GOTO :EOF


Modified: trunk/snapshot.bat
===================================================================
--- trunk/snapshot.bat 2007-03-18 18:53:46 UTC (rev 1920)
+++ trunk/snapshot.bat 2007-03-18 19:06:54 UTC (rev 1921)
@@ -16,7 +16,7 @@
REM execute the bootstrap build procedure
REM

-CD main
+PUSHD main
CALL bootstrap
POPD
IF ERRORLEVEL 1 GOTO :exit
@@ -25,7 +25,7 @@
REM execute the build of the runtime systems using the bootstrap artifacts
REM

-CD main
+PUSHD main
CALL build clean install
POPD
IF ERRORLEVEL 1 GOTO :exit
@@ -34,7 +34,7 @@
REM build the tutorials using the resources established from the general
system build
REM

-CD tutorials
+PUSHD tutorials
CALL build clean install
POPD

@@ -42,7 +42,7 @@
REM build the documentation
REM

-CD central
+PUSHD central
CALL build clean install
POPD





  • r1921 - trunk, mcconnell at BerliOS, 03/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page