X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fmakefile;h=4a5dbc10d827a5619d1ce245a5eda4da219ebdd4;hb=244e0eeaf916718d7bcd7beba44f9c0de29c504d;hp=e2ecc47fc3bf5304652ae1e94084a03676b00fda;hpb=9d1052f9cae51864e8fb39d3f34048952b169cf4;p=feisty_meow.git diff --git a/scripts/makefile b/scripts/makefile index e2ecc47f..4a5dbc10 100644 --- a/scripts/makefile +++ b/scripts/makefile @@ -2,8 +2,8 @@ include variables.def PROJECT = Shells TARGETS += regenerate -OTHER_CLEANS += clean_generated # override setting from clam. +#hmmm: why is that needed? export FEISTY_MEOW_SCRIPTS = $(FEISTY_MEOW_APEX)/scripts include rules.def @@ -16,7 +16,4 @@ regenerate: $(CATCHER)perl $(FEISTY_MEOW_SCRIPTS)/core/generate_aliases.pl $(CATCHER)'(export LIGHTWEIGHT_INIT=true; source $(FEISTY_MEOW_SCRIPTS)/core/launch_feisty_meow.sh; perl $(FEISTY_MEOW_SCRIPTS)/text/new_sig.pl)' -clean_generated: - @echo removing generated aliases. - $(CATCHER)'if [ -d $(FEISTY_MEOW_LOADING_DOCK) ]; then \rm -rf $(FEISTY_MEOW_LOADING_DOCK); fi'