bmake.bat updated to use hg-clone-and-bmake.bat script cvs_MAIN expecco_2_7_0 expecco_2_7_0_49 expecco_2_7_5 expecco_2_7_5a
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 10 Jul 2014 08:43:00 +0100
branchcvs_MAIN
changeset 319 d0117a7b0c44
parent 318 ff7116c02937
child 320 5242593726f0
bmake.bat updated to use hg-clone-and-bmake.bat script Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/
bmake.bat
--- a/bmake.bat	Wed Jul 09 16:23:09 2014 +0100
+++ b/bmake.bat	Thu Jul 10 08:43:00 2014 +0100
@@ -2,15 +2,10 @@
 REM
 REM Simple stub to fetch stx:goodies/smallsense from Mercurial repository
 
-set TOP=..\..\..\stx
-set PACKAGE=stx\goodies\smallsense
-set REPO=http://hg.bh.exept.de/stx.goodies.smallsense
+SET TOP=..\..\..\stx
+SET PACKAGE=stx\goodies\smallsense
+SET REPO=http://hg.bh.exept.de/stx.goodies.smallsense
+REM Upstream repository: 
+REM SET REPO=https://janvrany@bitbucket.org/janvrany/stx-goodies-smallsense
 
-cd %TOP%\rules
-call hg-clone.bat %REPO% ..\..\%PACKAGE%
-IF [%ERRORLEVEL%] == [0] (
-	cd ..\..\%PACKAGE%
-	call bmake.bat %*
-) ELSE (
-	cd ..\..\%PACKAGE%
-)
+%TOP%\rules\hg-clone-and-bmake.bat %REPO% ..\.. %PACKAGE% %*
\ No newline at end of file