mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
Don't fail if 'gnustep-tests --clean' fails.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37832 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
59b1180d27
commit
8a34cc60b4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-05-04 Ivan Vucica <ivan@vucica.net>
|
||||
|
||||
* Tests/GNUmakefile: Don't fail if 'gnustep-tests --clean' fails.
|
||||
|
||||
2014-05-03 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/GSXibLoader.m (-awake:inContainer:withContext:): Allow
|
||||
|
|
|
@ -49,6 +49,6 @@ check::
|
|||
gnustep-tests gui
|
||||
|
||||
clean::
|
||||
gnustep-tests --clean
|
||||
-gnustep-tests --clean
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/rules.make
|
||||
|
|
Loading…
Reference in a new issue