X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Frules.def;fp=scripts%2Fclam%2Frules.def;h=182db898b7793d84333a319c8fccaca8da3c005d;hb=54bafaab2c49eb0c64e6e40750f2f14e869f1edd;hp=8d41bf95f75263548c04ddb4a6ff7f3423d14d66;hpb=46b407c692a357ac185d58208b0359a60355dc3a;p=feisty_meow.git diff --git a/scripts/clam/rules.def b/scripts/clam/rules.def index 8d41bf95..182db898 100644 --- a/scripts/clam/rules.def +++ b/scripts/clam/rules.def @@ -3,9 +3,9 @@ ############################################################################### # This file contains composite macros and rules for creating objects. -# This file should be included in the user's makefile after the variables +# This file should be included in the user makefile after the variables # have been initialized appropriately for the particular project being -# created. The user's own targets should be placed after the include +# created. The user targets should be placed after the include # directive that specifies this file. ############################################################################### @@ -19,7 +19,7 @@ ifneq "$(BUILD_AFTER)" "" LAST_TARGETS += $(BUILD_AFTER:%=%.make) endif -# Make the default action be an error stop if we can't find an appropriate rule. +# Make the default action be an error stop if we ca not find an appropriate rule. .DEFAULT: $(HIDER)echo $(HIDER)echo [$@] is missing files or has a makefile problem. @@ -112,8 +112,8 @@ scratch_other_cleans: # is included. we take a liberty here and also add non ".exe" versions in # case we are running on linux. add_to_cleanups_variable: - echo going to add to cleanup variable now. - $(eval CLEANUPS = $(CLEANUPS) $(ACTUAL_TARGETS) $(ACTUAL_TARGETS:%.exe=%) ) + echo "going to add to cleanup variable now with the actual targets as $(ACTUAL_TARGETS)" + $(eval CLEANUPS = $(ACTUAL_TARGETS) $(ACTUAL_TARGETS:%.exe=%) $(CLEANUPS) ) echo "new CLEANUPS variable: $(CLEANUPS)" # guard the main cleaning task with our variable