From 58cadf54b86c8eb123fa4547ed28069e3c5392a5 Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Mon, 20 Jul 1998 15:25:47 +0000 Subject: [PATCH] Improved making. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2858 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 3 ++- Source/Makefile.postamble | 4 ++-- Testing/GNUmakefile | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8644bc3d3..ab0da7cbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,12 @@ Tue Jul 14 16:26:36 1998 Adam Fedor - * src/Makefile.postamble (gnustep-base): Fixup dir creation. + * src/Makefile.postamble (gnustep/base): Fixup dir creation. (Foundation): Likewise. * src/externs.m: New NSDebugLogging variable. * src/include/NSObjCRuntime: Change NSDebugLog so it works when DEBUG is defined and NSDebugLogging is set. + * src/NSBundle.m: Use it. * src/include/Foundation.h: Include NSTimer.h * src/include/NSObject.h: Define +instanceMethodSignatureForSelector: diff --git a/Source/Makefile.postamble b/Source/Makefile.postamble index bba1c0967..28817870f 100644 --- a/Source/Makefile.postamble +++ b/Source/Makefile.postamble @@ -75,7 +75,7 @@ after-uninstall:: # Things to do after distcleaning after-distclean:: rm -f include/config.h include/dynamic-load.h \ - Foundation gnustep/base \ + Foundation gnustep/base gnustep \ NSNumber[0-9]*.m NSValue[0-9]*.m # Things to do before checking @@ -88,8 +88,8 @@ after-distclean:: gnustep/base: FORCE if [ ! -d gnustep ]; then \ mkdir gnustep; \ + cd gnustep ; $(LN_S) ../include base; fi - cd gnustep ; rm -f base ; $(LN_S) ../include base; # Make necessary links to source headers if compiling in seperate dir # These are separate directories because one contains the .h files # generated during the build; the other contains the unchanged sources. diff --git a/Testing/GNUmakefile b/Testing/GNUmakefile index 6f066a44f..1bb56fd7c 100644 --- a/Testing/GNUmakefile +++ b/Testing/GNUmakefile @@ -80,7 +80,7 @@ nscharacterset \ NSData-test \ nstimezone \ create-abbrevs \ -create-regions +create-regions # The tool Objective-C source files to be compiled test01_OBJC_FILES = test01.m