]> mj.ucw.cz Git - libucw.git/commitdiff
Removed the old configuration mechanism.
authorMartin Mares <mj@ucw.cz>
Tue, 12 Apr 2005 21:46:17 +0000 (21:46 +0000)
committerMartin Mares <mj@ucw.cz>
Tue, 12 Apr 2005 21:46:17 +0000 (21:46 +0000)
build/check-customs

index 01d7a9a382fdae5a6700d6050f3e7a6542c764e0..86fa5edc2e183531b8996a1ad7cb2bcc8344cc1c 100755 (executable)
@@ -19,7 +19,7 @@ function try
                        echo "  CANNOT CONFIGURE"
                        exit 1
                fi
-               if ! make NEWCONFIG=1 >>log 2>&1 ; then
+               if ! make >>log 2>&1 ; then
                        echo "  FAILED"
                        exit 1
                fi