Explorar el Código

* Move build to build.sh

svn: 3731
Bryan Drewery hace 18 años
padre
commit
50860ff685
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. 0 0
      build.sh
  2. 2 2
      misc/buildall
  3. 1 1
      misc/buildpack

+ 0 - 0
build → build.sh


+ 2 - 2
misc/buildall

@@ -9,7 +9,7 @@ if test $# -lt 1; then
 fi
 
 #Build hub/leaf
-./build -C -n all
+./build.sh -C -n all
 
 #Then package up each cfg
 cfgs="`find \"$@\" -name \"*.cfg\" | grep -v \"disabled\"`"
@@ -17,7 +17,7 @@ for cfg in $cfgs
 do
  if test "`grep 'PACKNAME' $cfg`x" != "x"; then
   #Dont compile, just package up and dont rm old binaries.
-  ./build -n -P -q $cfg -s $scp_target:${dir}/ all
+  ./build.sh -n -P -q $cfg -s $scp_target:${dir}/ all
  fi
 done
 chmod 0700 misc/id_dsa

+ 1 - 1
misc/buildpack

@@ -1,3 +1,3 @@
 #!/bin/sh
 
-./build -C -q $1 -s shatow@wraith.shatow.net:public_html/builds/ all
+./build.sh -C -q $1 -s shatow@wraith.shatow.net:public_html/builds/ all