diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-09-05 19:19:18 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-09-05 19:19:18 +0000 |
| commit | ba60eee902896bffc2cceab15111d89adbf29c25 (patch) | |
| tree | c2db6413343d06954214e40bf5635bca27682b15 /tools | |
| parent | d184a3fef53a1fa7a585e5af3ee6590624b27fd6 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/tcl_bmake/mkMakefile.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh index 578d9c145ba5..f44148797aa2 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 ' |
