summaryrefslogtreecommitdiff
path: root/source4/script/cflags.pl
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18296: this isn't needed anymoreStefan Metzmacher1-5/+3
metze (This used to be commit 1ee1007597a8bc20a54516264312642bc7de0483)
2007-10-10r18281: a workaround for an infinite dependency loop in the dependencyAndrew Tridgell1-1/+3
generation for smbreadline.d. The problem was caused by extra_flags.txt having ./lib/smbreadline/smbreadline.o but the build using lib/smbreadline/smbreadline.o, which means cflags.pl didn't match the target. Hopefully the workaround can be removed when metze or jelmer wake up and give me a hint on how to make SMB_SUBSYSTEM() not add the ./ prefix :-) (This used to be commit 826cd304a7cf54ab60ea41b6ecf00ca7b89f2b39)
2007-10-10r15099: An attempt to fix BSD make portability issues. With these changes ↵Alexander Bokovoy1-1/+1
Samba 4 builds successfully on NetBSD 3.0 (This used to be commit 71ea07e72d71b06166e0384950df83061a4677b8)
2007-10-10r14549: Use make-compatible syntax in extra_cflags.txt so we can avoidJelmer Vernooij1-2/+4
cflags.pl when using GNU make (This used to be commit 4354147f6b5e9485d0550fa6c8a33be526f54db6)
2007-10-10r13896: Get rid of 'use warnings' as it isn't very portable..Jelmer Vernooij1-1/+0
(This used to be commit fd6135aa85d056a9018840edd2e5c1ae36e9951b)
2007-10-10r13867: Wrap the cflags.sh hack in the build system. You can now simplyJelmer Vernooij1-0/+26
set subsystem-specific compiler flags in the .mk files. (This used to be commit d512b147e8dda39016faf74a50a9d85bfc23a2eb)