aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-03-21 03:57:19 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-03-21 03:57:19 +0000
commitf8814b8ad332cb7069346cc7a6ae7ff3a1f2a448 (patch)
tree88007aafde799b01256a752cced94913d29abab4 /Makefile
parent73dc85456f3ec144dcbbc00d705dd86d78c74a6d (diff)
downloadports-f8814b8ad332cb7069346cc7a6ae7ff3a1f2a448.tar.gz
ports-f8814b8ad332cb7069346cc7a6ae7ff3a1f2a448.zip
Use new ECHO_MSG override properly.
Notes
Notes: svn path=/head/; revision=1175
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 94940f4d01cf..4c7badd163f8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.12 1995/03/21 01:46:29 jkh Exp $
+# $Id: Makefile,v 1.13 1995/03/21 03:12:17 jkh Exp $
#
SUBDIR= archivers audio cad comms databases devel editors games graphics \
japanese lang mail math net news print shells utils x11
@@ -9,7 +9,7 @@ index: ${.CURDIR}/INDEX
${.CURDIR}/INDEX:
@echo -n "Generating INDEX - please wait.."
- @make describe | sed -e '/===/D' > ${.CURDIR}/INDEX
+ @make describe ECHO_MSG="echo > /dev/null" > ${.CURDIR}/INDEX
@echo " Done."
print-index: ${.CURDIR}/INDEX