Browse Source

made path explicit

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8492 8c9fc860-2736-0410-a75d-ab315db34111
felixf 6 years ago
parent
commit
709c699bd0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      source/Builds.Tool

+ 3 - 3
source/Builds.Tool

@@ -128,7 +128,7 @@ LINUX32 -- 32 bit linux a2
 LINUX64 -- 64 bit linux a2
 ================================
 
-	Release.Build --path=NewAos/ Linux64 ~
+	Release.Build  --path=NewAos/ Linux64 ~
 	
 	## X11 bootconsole ##
 		Linker.Link -p=Linux64 --path=NewAos/
@@ -146,7 +146,7 @@ LINUX64 -- 64 bit linux a2
 DARWIN32 -- 32 bit darwin a2
 ================================
 
-	Release.Build -b Darwin32 ~
+	Release.Build -b --path=NewAos/ Darwin32 ~
 	
 	## X11 bootconsole ##
 		Linker.Link -p=Darwin32 --path=./NewAos/
@@ -158,7 +158,7 @@ DARWIN32 -- 32 bit darwin a2
 SOLARIS32 -- 32 bit solaris a2
 ================================
 
-	Release.Build -b Solaris32 ~
+	Release.Build -b --path=NewAos/ Solaris32 ~
 	
 	## X11 bootconsole ##
 		Linker.Link -p=Solaris32 --path=./NewAos/