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.
This commit is contained in:
peter 1996-09-05 19:19:18 +00:00
parent 6379e4d125
commit d0fafeba81

View File

@ -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 '