]> mj.ucw.cz Git - libucw.git/blobdiff - build/check-customs
Fixed parsing of bin/config output (by TomHol in rel-3-6-1).
[libucw.git] / build / check-customs
index 01d7a9a382fdae5a6700d6050f3e7a6542c764e0..5656f242db222779120a2f6f447ad3a5aac9b998 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
@@ -39,8 +39,9 @@ else
        try centrum/cz ROLE=search                                                      # various Centrum.cz configurations
        try centrum/cz ROLE=indexer
        try centrum/cz ROLE=gather
-       try centrum/cz ROLE=reap
+       try centrum/cz ROLE=reap+watson
        try centrum/cz ROLE=all
+       try centrum/pl
        try debug CONFIG_SHARED                                                         # debugging configuration with shared libs
        try debug                                                                       # debugging configuration
 fi