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