gawk build is beos compatible

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16107 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-01-26 17:13:09 +00:00
parent e26778ae3d
commit 2e7cc04b06
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src bin gawk ;
SetSubDirSupportedPlatformsBeOSCompatible ;
# filter warnings we don't want here
TARGET_WARNING_CCFLAGS = [ FFilter $(TARGET_WARNING_CCFLAGS)
: -Wall -Wmissing-prototypes -Wsign-compare ] ;

View File

@ -1,5 +1,7 @@
SubDir HAIKU_TOP src bin gawk intl ;
SetSubDirSupportedPlatformsBeOSCompatible ;
# filter warnings we don't want here
TARGET_WARNING_CCFLAGS = [ FFilter $(TARGET_WARNING_CCFLAGS)
: -Wall -Wmissing-prototypes -Wsign-compare ] ;