]> mj.ucw.cz Git - libucw.git/commitdiff
Put debug/custom last, so that one more manual recompile won't be needed after
authorMartin Mares <mj@ucw.cz>
Fri, 20 Aug 2004 19:05:14 +0000 (19:05 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 20 Aug 2004 19:05:14 +0000 (19:05 +0000)
check-customs when debugging.

build/check-customs

index d36fb36693f9e38c491fef67ea09437a08d7256e..96ce568a1d3574af069d97bd68238a49c20ed3b2 100755 (executable)
@@ -48,7 +48,6 @@ rm -f test*.log
 if [ -n "$1" ] ; then
        try "$@"
 else
-       try debug/custom                                                                # debugging configuration
        try free                                                                        # the free version
        try bare !CONFIG_INDEXER !CONFIG_SEARCH                                         # absolutely stripped version
        try bare                                                                        # the bare version
@@ -56,6 +55,7 @@ else
        try centrum !CONFIG_GATHERER !CONFIG_GATHERD !CONFIG_SHEPHERD !CONFIG_REAPD !CONFIG_MUX !CONFIG_WATSON  # indexing server
        try centrum !CONFIG_GATHERD !CONFIG_SHEPHERD !CONFIG_INDEXER !CONFIG_SEARCH !CONFIG_MUX !CONFIG_WATSON  # reapd server
        try centrum                                                                     # full Centrum config
+       try debug/custom                                                                # debugging configuration
 fi
 
 rm -rf custom