Remove check-tools target, it causes too much noise.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5931 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
78ab0f117d
commit
d006224cc1
@ -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) $< $@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user