summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-09-05 19:19:18 +0000
committerpeter <peter@FreeBSD.org>1996-09-05 19:19:18 +0000
commitd0fafeba8106ff0677f1ae83a764fc093ac39a5b (patch)
treec2db6413343d06954214e40bf5635bca27682b15 /tools
parent6379e4d1255a616e38558dc13ed4dd996b56338d (diff)
downloadFreeBSD-src-d0fafeba8106ff0677f1ae83a764fc093ac39a5b.zip
FreeBSD-src-d0fafeba8106ff0677f1ae83a764fc093ac39a5b.tar.gz
Oops, two tiny typos. Serves me right for making a "Just a tiny change!"
without testing right before committing... Also, get rid of some extra slashes in beforeinstall.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tcl_bmake/mkMakefile.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh
index 578d9c1..f441487 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.8 1996/08/29 19:30:50 peter Exp $
+# $Id: mkMakefile.sh,v 1.9 1996/09/05 19:05:57 peter 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.8 1996/08/29 19:30:50 peter Exp $
+# $Id: mkMakefile.sh,v 1.9 1996/09/05 19:05:57 peter Exp $
#
' | tr -d '$' >> ${LIBTCL}Makefile
@@ -105,13 +105,13 @@ beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${TCLDIST}/generic/tcl.h ${DESTDIR}/usr/include
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${TCLDIST}/library/[a-z]* ${DESTDIR}/${TCL_LIBRARY}
+ ${TCLDIST}/library/[a-z]* ${DESTDIR}${TCL_LIBRARY}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${TCLDIST}/unix/tclAppInit.c ${DESTDIR}/${TCL_LIBRARY}
+ ${TCLDIST}/unix/tclAppInit.c ${DESTDIR}${TCL_LIBRARY}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${TCLDIST}/doc/man.macros ${DESTDIR}/usr/share/tmac/tcl.macros
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${.CURDIR}/tclConfig.sh ${DESTDIR}/${TCL_LIBRARY}
+ ${.CURDIR}/tclConfig.sh ${DESTDIR}${TCL_LIBRARY}
.for m in ${HEADERS}
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${TCLDIST}/$m \
${DESTDIR}/usr/include/tcl/$m
@@ -138,7 +138,7 @@ do
1,/^.SH NAME/d
/^.SH SYNOPSIS/,$d
' $i | sed -n '
- 1s/[, \\].*//p
+ 1s/[, \\].*/.3/p
'
done | fmt 60 65 | sed '
s/^/ /
@@ -183,7 +183,7 @@ do
print $1 ".3: ${TCLDIST}/doc/" B ".3"
print "\tln -s \${.ALLSRC} \${.TARGET}"
}
- ' B=`basename $i` .3 >> ${LIBTCL}Makefile
+ ' B=`basename $i .3` >> ${LIBTCL}Makefile
done
echo '
OpenPOWER on IntegriCloud