pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/buildlink3 Avoid generating a blank line as the fir...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c47c670aff7e
branches: trunk
changeset: 495625:c47c670aff7e
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Jun 15 17:54:59 2005 +0000
description:
Avoid generating a blank line as the first command of a target as that
isn't understood by some make programs, e.g. /usr/ccs/bin/make.
diffstat:
mk/buildlink3/imake-check | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 3aa91a83b912 -r c47c670aff7e mk/buildlink3/imake-check
--- a/mk/buildlink3/imake-check Wed Jun 15 16:29:01 2005 +0000
+++ b/mk/buildlink3/imake-check Wed Jun 15 17:54:59 2005 +0000
@@ -68,10 +68,11 @@
#
cd "$tmpdir"
${CAT} > Imakefile << EOF
+#if $imake_symbol
builtin-test:
-#if $imake_symbol
@${ECHO} yes
#else
+builtin-test:
@${ECHO} no
#endif
EOF
Home |
Main Index |
Thread Index |
Old Index