[geany/geany] a5edf5: Don't regenerate deps.mak files on 'make clean' (Windows makefile)

Nick Treleaven git-noreply at xxxxx
Thu Sep 6 13:52:31 UTC 2012


Branch:      refs/heads/master
Author:      Nick Treleaven <nick.treleaven at btinternet.com>
Committer:   Nick Treleaven <nick.treleaven at btinternet.com>
Date:        Thu, 06 Sep 2012 13:52:31
Commit:      a5edf57a17d491b2e43f69d841ab651c8b1079b7
             https://github.com/geany/geany/commit/a5edf57a17d491b2e43f69d841ab651c8b1079b7

Log Message:
-----------
Don't regenerate deps.mak files on 'make clean' (Windows makefile)


Modified Paths:
--------------
    makefile.win32

Modified: makefile.win32
8 files changed, 2 insertions(+), 6 deletions(-)
===================================================================
@@ -2,7 +2,6 @@
 # Running make creates config.h then calls the sub makefiles.
 #
 # Other targets are:
-#	deps: delete the dependencies so they are regenerated on next make
 #	clean: clean all generated files
 #	install: install to DESTDIR
 #
@@ -41,14 +40,11 @@ all: config.h
 config.h: win32-config.h
 	$(CP) $< $@
 
-deps:
-	-$(RM) tagmanager/ctags/deps.mak tagmanager/mio/deps.mak tagmanager/src/deps.mak scintilla/deps.mak plugins/deps.mak src/deps.mak
-
 # used by src/makefile.win32 to avoid del ../file which is an error
 clean-local:
 	-$(RM) geany_private.res geany.exe
 
-clean: deps
+clean:
 	$(MAKE) -C tagmanager/ctags -f makefile.win32 clean
 	$(MAKE) -C tagmanager/mio -f makefile.win32 clean
 	$(MAKE) -C tagmanager/src -f makefile.win32 clean
@@ -56,7 +52,7 @@ clean: deps
 	$(MAKE) -C plugins -f makefile.win32 clean
 	$(MAKE) -C src -f makefile.win32 clean
 
-.PHONY: all clean clean-local deps install
+.PHONY: all clean clean-local install
 
 # likely requires admin privileges
 # mkdir output is ignored in case dir exists


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list