Files
haiku-beta6/src/bin/coreutils/Jamfile
T
Axel Dörfler 98cf460090 Moved bin/ out of apps/, make it build again.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11910 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-19 00:39:42 +00:00

12 lines
329 B
Plaintext

SubDir OBOS_TOP src bin coreutils ;
# filter warnings we don't want here
local originalCCFlags = $(CCFLAGS) ;
CCFLAGS = [ Filter $(CCFLAGS) : -Wall -Wmissing-prototypes -Wsign-compare ] ;
SubInclude OBOS_TOP src bin coreutils lib ;
SubInclude OBOS_TOP src bin coreutils src ;
# restore CCFLAGS
CCFLAGS = $(originalCCFlags) ;