have Make built again
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15548 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
SubDir HAIKU_TOP src bin make ;
|
SubDir HAIKU_TOP src bin make ;
|
||||||
|
|
||||||
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||||
|
|
||||||
# filter warnings we don't want here
|
# filter warnings we don't want here
|
||||||
TARGET_WARNING_CCFLAGS = [ FFilter $(TARGET_WARNING_CCFLAGS)
|
TARGET_WARNING_CCFLAGS = [ FFilter $(TARGET_WARNING_CCFLAGS)
|
||||||
: -Wall -Wmissing-prototypes -Wsign-compare ] ;
|
: -Wall -Wmissing-prototypes -Wsign-compare ] ;
|
||||||
|
|
||||||
SubDirHdrs [ FDirName $(SUBDIR) glob ] ;
|
SubDirSysHdrs [ FDirName $(SUBDIR) glob ] ;
|
||||||
|
SubDirSysHdrs [ FDirName $(SUBDIR) ] ;
|
||||||
|
|
||||||
SubDirCcFlags -DHAVE_CONFIG_H ;
|
SubDirCcFlags -DHAVE_CONFIG_H ;
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
/* #undef HAVE_BROKEN_RESTART */
|
/* #undef HAVE_BROKEN_RESTART */
|
||||||
|
|
||||||
/* Define to 1 if you have the `bsd_signal' function. */
|
/* 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. */
|
/* Define if you have the clock_gettime function. */
|
||||||
/* #undef HAVE_CLOCK_GETTIME */
|
/* #undef HAVE_CLOCK_GETTIME */
|
||||||
|
|||||||
@@ -1,12 +1,15 @@
|
|||||||
SubDir HAIKU_TOP src bin make glob ;
|
SubDir HAIKU_TOP src bin make glob ;
|
||||||
|
|
||||||
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||||
|
|
||||||
# filter warnings we don't want here
|
# filter warnings we don't want here
|
||||||
TARGET_WARNING_CCFLAGS = [ FFilter $(TARGET_WARNING_CCFLAGS)
|
TARGET_WARNING_CCFLAGS = [ FFilter $(TARGET_WARNING_CCFLAGS)
|
||||||
: -Wall -Wmissing-prototypes -Wsign-compare ] ;
|
: -Wall -Wmissing-prototypes -Wsign-compare ] ;
|
||||||
|
|
||||||
SubDirCcFlags -DHAVE_CONFIG_H ;
|
SubDirCcFlags -DHAVE_CONFIG_H ;
|
||||||
|
|
||||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
SubDirSysHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
||||||
|
SubDirSysHdrs [ FDirName $(SUBDIR) ] ;
|
||||||
|
|
||||||
StaticLibrary <make>libglob.a :
|
StaticLibrary <make>libglob.a :
|
||||||
fnmatch.c
|
fnmatch.c
|
||||||
|
|||||||
Reference in New Issue
Block a user