From c5cdbc9c4fb1e62ad7d3dd38fb992e3ba35bb95f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 20 Aug 2004 19:05:14 +0000 Subject: [PATCH] Put debug/custom last, so that one more manual recompile won't be needed after check-customs when debugging. --- build/check-customs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/check-customs b/build/check-customs index d36fb366..96ce568a 100755 --- a/build/check-customs +++ b/build/check-customs @@ -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 -- 2.39.2