From 1e34ae150eff8e606e37a3466b0d451800bf4b75 Mon Sep 17 00:00:00 2001 From: Fred Cooke Date: Wed, 24 Dec 2008 22:13:28 +0000 Subject: [PATCH] Update makefile to give cleaner output and remove some superfluous spaces. --- src/Makefile | 23 +++++------------------ src/Makefile.windows | 12 +----------- 2 files changed, 6 insertions(+), 29 deletions(-) diff --git a/src/Makefile b/src/Makefile index d8de9e8..af4b03b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -400,31 +400,18 @@ $(S19ZIP): $(S19SAVED) # remove the lot clean: ################################################################################ - # Removing generated pre-processed C files.... # - ################################################################################ - #$(RM) $(PREPROCESSED) - #rmdir $(PPCSDIR) - $(RM) $(PPCSDIR) - ################################################################################ # Removing generated assembly files.... # ################################################################################ $(RM) $(ASSEMBLIES) ################################################################################ - # Removing object files.... # + # Removing pre-processed C output directory... # ################################################################################ - #$(RM) $(OBJECTS) + $(RM) $(PPCSDIR) ################################################################################ - # Removing individual object dump files.... # + # Removing object and dump output directory.... # ################################################################################ - #$(RM) $(DUMPS) - #rmdir $(OBJDIR) $(RM) $(OBJDIR) ################################################################################ - # Removing final output files.... # - ################################################################################ - #$(RM) $(ELFOUT) - #$(RM) $(DUMPOUT) - #$(RM) $(MAPOUT) - #$(RM) $(S19OUT) - #$(RM) $(REOUT) + # Removing final output directory.... # + ################################################################################ $(RM) $(OUTDIR) diff --git a/src/Makefile.windows b/src/Makefile.windows index 2ddfd0c..07619d5 100644 --- a/src/Makefile.windows +++ b/src/Makefile.windows @@ -351,17 +351,7 @@ $(S19ZIP): $(S19SAVED) # remove the lot clean: - #$(RM) $(PREPROCESSED) - #rmdir $(PPCSDIR) - $(RM) $(PPCSDIR) $(RM) $(ASSEMBLIES) - #$(RM) $(OBJECTS) - #$(RM) $(DUMPS) - #rmdir $(OBJDIR) + $(RM) $(PPCSDIR) $(RM) $(OBJDIR) - #$(RM) $(ELFOUT) - #$(RM) $(DUMPOUT) - #$(RM) $(MAPOUT) - #$(RM) $(S19OUT) - #$(RM) $(REOUT) $(RM) $(OUTDIR) -- 2.11.4.GIT