summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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