From f6457b3d5408d5afe9a4de96d7623f1aa9ec39c4 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 6 Mar 2006 15:34:29 +0000 Subject: r13867: Wrap the cflags.sh hack in the build system. You can now simply set subsystem-specific compiler flags in the .mk files. (This used to be commit d512b147e8dda39016faf74a50a9d85bfc23a2eb) --- source4/build/smb_build/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/build/smb_build/README.txt') diff --git a/source4/build/smb_build/README.txt b/source4/build/smb_build/README.txt index 44aeffdad2..a5e4db99e0 100644 --- a/source4/build/smb_build/README.txt +++ b/source4/build/smb_build/README.txt @@ -50,7 +50,8 @@ input.pm - Input validation main.pm - Main makefile.pm - Makefile generation output.pm - Dependency calculation -smb_build_h.pm - smb_build.h generation +header.pm - build.h generation +cflags.pm - Generates cflags.txt for file-specific cflags Layout ------- -- cgit