Skip to content

Commit

Permalink
Remove check-tools target, it causes too much noise.
Browse files Browse the repository at this point in the history
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5931 ea778897-0a13-0410-b9d1-a72fbfd435f5
  • Loading branch information
ntrel committed Sep 19, 2011
1 parent 78ab0f1 commit d006224
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions makefile.win32
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,13 @@ MAKE = make

# 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) $< $@

Expand Down

0 comments on commit d006224

Please sign in to comment.