From 7d5ee8ea738ca50f3e61f73749dac953fd220865 Mon Sep 17 00:00:00 2001 From: ketmar Date: Fri, 17 Feb 2012 19:21:44 +0200 Subject: [PATCH] cosmetix --- defaults/Jambase.help | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/defaults/Jambase.help b/defaults/Jambase.help index 29c3c17..c375695 100644 --- a/defaults/Jambase.help +++ b/defaults/Jambase.help @@ -8,6 +8,7 @@ rule ShowHelpProfile { AShowHelpProfile help-profile ; } actions quietly AShowHelpProfile { +#DONT_TOUCH echo "profile flags:" echo " DEBUG=1 -- debug build" echo " OPT_SPEED=1 -- optimize for speed" @@ -17,6 +18,7 @@ actions quietly AShowHelpProfile { echo " VALGRIND=1 -- do not strip debug info" echo " NO_WARNINGS=1 -- do not all '-Wall' flag" echo "WARNING: DON'T FORGET TO DO 'jam clean' before building with new flags!" +#DONT_TOUCH } ShowHelpProfile ; @@ -27,6 +29,7 @@ rule -ShowHelp- { #AShowHelpProfile help ; } actions quietly AShowHelp { +#DONT_TOUCH echo "WARNING: default help; override 'actions AShowHelp' definition to customize 'help' target!" echo "usage: jam [target] [flags]" echo "tagets:" @@ -36,5 +39,6 @@ actions quietly AShowHelp { echo " jam help -- show this help" echo " jam help-profile -- show help for building profiles" echo " jam gen-boiler -- generate 'boilerplate' jam files (use FORCE=1 to regenerate)" +#DONT_TOUCH } -ShowHelp- ; -- 2.11.4.GIT