mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Debian packaging support and a fix for gnustep-tests --clean (now it is permitted to fail).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37835 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
44ac6ce390
commit
3dbd9310d0
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2014-05-05 Ivan Vucica <ivan@vucica.net>
|
||||
|
||||
* GNUmakefile: gnustep-make's Master/deb.make now included.
|
||||
* Tests/GNUmakefile: gnustep-tests --clean is now permitted to
|
||||
fail. This helps in case 'make {dist,}clean' is called by some
|
||||
automation.
|
||||
|
||||
2014-05-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSSocketStream.m: Set initial state of accepted incoming
|
||||
|
|
|
@ -75,5 +75,6 @@ SUBPROJECTS += Tools NSTimeZones Resources Tests
|
|||
-include Makefile.preamble
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
||||
include $(GNUSTEP_MAKEFILES)/Master/deb.make
|
||||
|
||||
-include Makefile.postamble
|
||||
|
|
|
@ -77,7 +77,7 @@ check::
|
|||
)
|
||||
|
||||
clean::
|
||||
gnustep-tests --clean
|
||||
-gnustep-tests --clean
|
||||
|
||||
# This makefile does nothing.
|
||||
include $(GNUSTEP_MAKEFILES)/rules.make
|
||||
|
|
Loading…
Reference in a new issue