Explorar o código

* Ported [2878] to 1.2.11
* compile tool update


svn: 2879

Bryan Drewery %!s(int64=20) %!d(string=hai) anos
pai
achega
384e0b3c72
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      misc/buildall

+ 1 - 1
misc/buildall

@@ -9,7 +9,7 @@ fi
 ./build -C -n all
 
 #Then package up each cfg
-cfgs="`find \"$@\" -name \"*.cfg\"`"
+cfgs="`find \"$@\" -name \"*.cfg\" | grep -v \"disabled\"`"
 for cfg in $cfgs
 do
  if test "`grep 'PACKNAME' $cfg`x" != "x"; then