Revision: 5931 http://geany.svn.sourceforge.net/geany/?rev=5931&view=rev Author: ntrel Date: 2011-09-19 14:19:28 +0000 (Mon, 19 Sep 2011) Log Message: ----------- Remove check-tools target, it causes too much noise.
Modified Paths: -------------- trunk/makefile.win32
Modified: trunk/makefile.win32 =================================================================== --- trunk/makefile.win32 2011-09-17 08:01:26 UTC (rev 5930) +++ trunk/makefile.win32 2011-09-19 14:19:28 UTC (rev 5931) @@ -21,19 +21,13 @@
# Note: && is needed after cd because each line is executed in a different # shell. (cd .. is just for clarity). -all: check-tools config.h +all: config.h cd tagmanager/mio && $(MAKE) -f makefile.win32 && cd ../.. cd tagmanager && $(MAKE) -f makefile.win32 && cd .. cd scintilla && $(MAKE) -f makefile.win32 && cd .. cd plugins && $(MAKE) -f makefile.win32 && cd .. cd src && $(MAKE) -f makefile.win32 && cd ..
-# first check the required tools are installed -check-tools: - $(WINDRES) --version - $(CC) --version - $(CXX) --version - config.h: win32-config.h $(CP) $< $@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.