more follow-up

This commit is contained in:
nhmall
2023-02-08 18:12:15 -05:00
parent c67d9e96a6
commit 4ce722b8b2
2 changed files with 1 additions and 6 deletions
+1 -4
View File
@@ -462,9 +462,6 @@ AT = $(AT_V$(QUIETCC))
# set up cross-compiling, in which case these assignments will be no-ops # set up cross-compiling, in which case these assignments will be no-ops
PREGAME=@true PREGAME=@true
PACKAGE=@true PACKAGE=@true
# Other hints add to this without an override, so don't completely overwrite it
CLEANMORE+= true;
MAKEDEFS = ../util/makedefs MAKEDEFS = ../util/makedefs
@@ -755,7 +752,7 @@ tags: $(CSOURCES)
clean: clean:
-rm -f *.o $(HACK_H) $(CONFIG_H) -rm -f *.o $(HACK_H) $(CONFIG_H)
-rm -f monstr.c vis_tab.c ../include/vis_tab.h #obsolete generated files -rm -f monstr.c vis_tab.c ../include/vis_tab.h #obsolete generated files
$(CLEANMORE) true; $(CLEANMORE)
spotless: clean spotless: clean
-rm -f a.out core $(GAMEBIN) Sys* -rm -f a.out core $(GAMEBIN) Sys*
-2
View File
@@ -394,9 +394,7 @@ ifdef MAKEFILE_SRC
abspath := $(abspath $(lastword $(MAKEFILE_LIST))) abspath := $(abspath $(lastword $(MAKEFILE_LIST)))
ABSBUNDLEPATH := $(dir $(abspath)) ABSBUNDLEPATH := $(dir $(abspath))
#$(info ABSBUNDLEPATH=$(ABSBUNDLEPATH)bundle) #$(info ABSBUNDLEPATH=$(ABSBUNDLEPATH)bundle)
endif # MAKEFILE_SRC
ifdef MAKEFILE_SRC
ifdef WANT_BUNDLE ifdef WANT_BUNDLE
# #
# bundle # bundle