Selaa lähdekoodia

* Ported [2878] to 1.2.11
* compile tool update


svn: 2879

Bryan Drewery 20 vuotta sitten
vanhempi
commit
384e0b3c72
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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