summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-20 14:12:32 +0000
committerbde <bde@FreeBSD.org>1996-09-20 14:12:32 +0000
commit95da9969a4855cd0e5d6ffe12a7bcce566e13fc6 (patch)
tree969e3163d9dff1fd96355ac6d800647774dff4d1 /tools
parent98ea23712a423424c8a7250538c0b59300490a1c (diff)
downloadFreeBSD-src-95da9969a4855cd0e5d6ffe12a7bcce566e13fc6.zip
FreeBSD-src-95da9969a4855cd0e5d6ffe12a7bcce566e13fc6.tar.gz
Fixed CLEANFILES. The *.3 links were missing.
Removed ugly newlines.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tcl_bmake/mkMakefile.sh14
1 files changed, 5 insertions, 9 deletions
diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh
index bb3b898..3715947 100644
--- a/tools/tools/tcl_bmake/mkMakefile.sh
+++ b/tools/tools/tcl_bmake/mkMakefile.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Id: mkMakefile.sh,v 1.10 1996/09/05 19:19:18 peter Exp $
+# $Id: mkMakefile.sh,v 1.11 1996/09/18 14:27:44 phk Exp $
#
# This script generates a bmake Makefile for src/lib/libtcl
#
@@ -40,7 +40,7 @@ echo '#
# Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead
#
# Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version:
-# $Id: mkMakefile.sh,v 1.10 1996/09/05 19:19:18 peter Exp $
+# $Id: mkMakefile.sh,v 1.11 1996/09/18 14:27:44 phk Exp $
#
' | tr -d '$' >> ${LIBTCL}Makefile
@@ -166,8 +166,7 @@ do
done
echo '
-# Ugly, I know, but what else can I do?!?
-' >> ${LIBTCL}Makefile
+# Ugly, I know, but what else can I do?!?' >> ${LIBTCL}Makefile
for i in ${SRCDIR}/doc/*.3
do
@@ -180,6 +179,7 @@ do
' | awk '
{
print ""
+ print "CLEANFILES+=\t" $1 ".3"
print $1 ".3: ${TCLDIST}/doc/" B ".3"
print "\tln -s \${.ALLSRC} \${.TARGET}"
}
@@ -187,12 +187,8 @@ do
done
echo '
-
-.include <bsd.lib.mk>
-' >> ${LIBTCL}Makefile
+.include <bsd.lib.mk>' >> ${LIBTCL}Makefile
sed -e '/^TCL.*_LIB_SPEC=/s/-L.* //' < ${SRCDIR}/unix/tclConfig.sh > ${LIBTCL}/tclConfig.sh
rm -f m.x ${SRCDIR}/unix/config.log ${SRCDIR}/unix/Makefile ${SRCDIR}/unix/config.cache ${SRCDIR}/unix/config.status ${SRCDIR}/unix/tclConfig.sh
-
-
OpenPOWER on IntegriCloud