summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/core.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-06-30 20:04:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:50 -0500
commitb84f9dd5fdb51c4972449f3619053fd094c1503a (patch)
tree21aaaa6d72e1a6891fbf18a8ccf1eab149f9fbe9 /source4/build/smb_build/core.m4
parent1cec0de9273d10847ffb513679f6643a7a4cc648 (diff)
downloadsamba-b84f9dd5fdb51c4972449f3619053fd094c1503a.tar.gz
samba-b84f9dd5fdb51c4972449f3619053fd094c1503a.tar.bz2
samba-b84f9dd5fdb51c4972449f3619053fd094c1503a.zip
r1309: use #line 1 "filename.pl"
(for better bug tracking) when generating config.smb_build.pl metze (This used to be commit 390c03b9297f2105c0c5277fca049fe653e8b012)
Diffstat (limited to 'source4/build/smb_build/core.m4')
-rw-r--r--source4/build/smb_build/core.m48
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/build/smb_build/core.m4 b/source4/build/smb_build/core.m4
index 366b0a364d..0206631287 100644
--- a/source4/build/smb_build/core.m4
+++ b/source4/build/smb_build/core.m4
@@ -30,12 +30,19 @@ my \$SMB_BUILD_CTX;
_SMB_ACEOF
+echo "#line 1 \"build/smb_build/config_mk.pl\"" >> config.smb_build.pl
cat >> config.smb_build.pl < build/smb_build/config_mk.pl
+echo "#line 1 \"build/smb_build/input.pl\"" >> config.smb_build.pl
cat >> config.smb_build.pl < build/smb_build/input.pl
+echo "#line 1 \"build/smb_build/depend.pl\"" >> config.smb_build.pl
cat >> config.smb_build.pl < build/smb_build/depend.pl
+echo "#line 1 \"build/smb_build/output.pl\"" >> config.smb_build.pl
cat >> config.smb_build.pl < build/smb_build/output.pl
+echo "#line 1 \"build/smb_build/makefile.pl\"" >> config.smb_build.pl
cat >> config.smb_build.pl < build/smb_build/makefile.pl
+echo "#line 1 \"build/smb_build/smb_build_h.pl\"" >> config.smb_build.pl
cat >> config.smb_build.pl < build/smb_build/smb_build_h.pl
+echo "#line 1 \"build/smb_build/main.pl\"" >> config.smb_build.pl
cat >> config.smb_build.pl < build/smb_build/main.pl
cat >> config.smb_build.pl <<\_SMB_ACEOF
@@ -76,6 +83,7 @@ smb_build_main(\$SMB_BUILD_CTX);
_SMB_ACEOF
if test x"$debug" = x"yes";then
+ echo "#line 1 \"build/smb_build/dump.pl\"" >> config.smb_build.pl
cat >> config.smb_build.pl < build/smb_build/dump.pl
fi