mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Apply 1 character fix for Jean-Charles BERTIN <jc.bertin@axinoe.com>
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@36308 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f31bc1f9a8
commit
abba9d399a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-03-08 Jean-Charles BERTIN <jc.bertin@axinoe.com>
|
||||
|
||||
* TestFramework/gnustep-tests.in: Fix typo
|
||||
|
||||
2012-03-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* common.make: Remove -shared-libgcc linker flag
|
||||
|
|
|
@ -349,7 +349,7 @@ build_and_run ()
|
|||
# Tell glibc to check for malloc errors, and to crash if it detects
|
||||
# any.
|
||||
MALLOC_CHECK_=2
|
||||
export MALLOC_CHECK
|
||||
export MALLOC_CHECK_
|
||||
|
||||
# Tell GNUstep-base to check for messages sent to deallocated objects
|
||||
# and crash if it happens.
|
||||
|
|
Loading…
Reference in a new issue