mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
use gnustep-make for this makefile
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32400 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7a3fc5ed97
commit
07a1910e0d
2 changed files with 12 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-02-27 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Tests/GNUmakefile: Use gnustep-make to supply targets.
|
||||
|
||||
2011-02-27 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSFFCallInvocation.m:
|
||||
|
|
|
@ -40,14 +40,18 @@ ifeq ($(GNUSTEP_MAKEFILES),)
|
|||
$(error You need to set GNUSTEP_MAKEFILES before running this!)
|
||||
endif
|
||||
|
||||
all:
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
TESTS_TOOL_NAMES=
|
||||
|
||||
all::
|
||||
@(echo If you want to run the gnustep-base testsuite, please type \'make check\')
|
||||
|
||||
check:
|
||||
check::
|
||||
gnustep-tests base
|
||||
|
||||
clean:
|
||||
clean::
|
||||
gnustep-tests --clean
|
||||
|
||||
install:
|
||||
include $(GNUSTEP_MAKEFILES)/test-tool.make
|
||||
|
||||
|
|
Loading…
Reference in a new issue