From 9257239ca877924cacb34aab7f668f759d9c1f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 15 Dec 2005 19:05:32 +0000 Subject: [PATCH] have Make built again git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15548 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/make/Jamfile | 5 ++++- src/bin/make/config.h | 2 +- src/bin/make/glob/Jamfile | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/bin/make/Jamfile b/src/bin/make/Jamfile index c07f376c34..004ad9795a 100644 --- a/src/bin/make/Jamfile +++ b/src/bin/make/Jamfile @@ -1,10 +1,13 @@ SubDir HAIKU_TOP src bin make ; +SetSubDirSupportedPlatformsBeOSCompatible ; + # filter warnings we don't want here TARGET_WARNING_CCFLAGS = [ FFilter $(TARGET_WARNING_CCFLAGS) : -Wall -Wmissing-prototypes -Wsign-compare ] ; -SubDirHdrs [ FDirName $(SUBDIR) glob ] ; +SubDirSysHdrs [ FDirName $(SUBDIR) glob ] ; +SubDirSysHdrs [ FDirName $(SUBDIR) ] ; SubDirCcFlags -DHAVE_CONFIG_H ; diff --git a/src/bin/make/config.h b/src/bin/make/config.h index d9d86610ad..3fceb0248e 100644 --- a/src/bin/make/config.h +++ b/src/bin/make/config.h @@ -45,7 +45,7 @@ /* #undef HAVE_BROKEN_RESTART */ /* Define to 1 if you have the `bsd_signal' function. */ -#define HAVE_BSD_SIGNAL 1 +/* #undef HAVE_BSD_SIGNAL */ /* Define if you have the clock_gettime function. */ /* #undef HAVE_CLOCK_GETTIME */ diff --git a/src/bin/make/glob/Jamfile b/src/bin/make/glob/Jamfile index 1f4ab0e4a8..f133eaa393 100644 --- a/src/bin/make/glob/Jamfile +++ b/src/bin/make/glob/Jamfile @@ -1,12 +1,15 @@ SubDir HAIKU_TOP src bin make glob ; +SetSubDirSupportedPlatformsBeOSCompatible ; + # filter warnings we don't want here TARGET_WARNING_CCFLAGS = [ FFilter $(TARGET_WARNING_CCFLAGS) : -Wall -Wmissing-prototypes -Wsign-compare ] ; SubDirCcFlags -DHAVE_CONFIG_H ; -SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ; +SubDirSysHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ; +SubDirSysHdrs [ FDirName $(SUBDIR) ] ; StaticLibrary libglob.a : fnmatch.c