summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-19 15:02:47 +0000
committerpeter <peter@FreeBSD.org>1996-08-19 15:02:47 +0000
commit3112f72fd330c4060235ce85933d011662bba558 (patch)
tree532524a7d0287fa5d7456c4866c56170ee84ce6d /tools
parent48b09c187d709070cb9442a828f5ce2d446228da (diff)
downloadFreeBSD-src-3112f72fd330c4060235ce85933d011662bba558.zip
FreeBSD-src-3112f72fd330c4060235ce85933d011662bba558.tar.gz
delete a mkdir of /usr/libdata/tcl, this is mtree's job.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tcl_bmake/mkMakefile.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh
index 74ffbe5..b5765ea 100644
--- a/tools/tools/tcl_bmake/mkMakefile.sh
+++ b/tools/tools/tcl_bmake/mkMakefile.sh
@@ -1,5 +1,5 @@
:
-# $Id: mkMakefile.sh,v 1.1 1996/06/26 17:47:14 phk Exp $
+# $Id: mkMakefile.sh,v 1.2 1996/06/30 18:02:58 phk Exp $
#
# This script generates a bmake Makefile for src/lib/libtcl
#
@@ -37,7 +37,7 @@ echo '$' >> ${LIBTCL}Makefile
echo '# This file is generated automatically, think twice!' >> ${LIBTCL}Makefile
echo '# Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead' >> ${LIBTCL}Makefile
echo '# Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version:' >> ${LIBTCL}Makefile
-echo '# $Id$' | tr -d '$' >> ${LIBTCL}Makefile
+echo '# $Id: mkMakefile.sh,v 1.2 1996/06/30 18:02:58 phk Exp $' | tr -d '$' >> ${LIBTCL}Makefile
echo >> ${LIBTCL}Makefile
# Tell make(1) to pick up stuff from here
@@ -83,7 +83,6 @@ echo '
beforeinstall: ${TCLDIST}/generic/tcl.h tcl.macros
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $> \
${DESTDIR}/usr/include
- -mkdir -p ${DESTDIR}/${TCL_LIBRARY}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${TCLDIST}/library/[a-z]* ${DESTDIR}/${TCL_LIBRARY}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
OpenPOWER on IntegriCloud