summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/examples/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index 759e6fa..180a592 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.12 1994/11/08 18:54:33 phk Exp $
+# $Id: Makefile,v 1.13 1995/03/30 00:05:58 ache Exp $
#
# Doing a make install builds /usr/share/examples
@@ -22,8 +22,7 @@ copies:
@-for a in ${DIRS}; do \
rm -rf ${DDIR}/$$a; \
done
- find ${DIRS} -print | grep -v /CVS | \
- grep -v Makefile | cpio -dumpv ${DDIR}
+ find ${DIRS} \( -name CVS -prune \) -o -print | cpio -dumpv ${DDIR}
symlinks:
@${ECHO} installing symlinks in ${DDIR}
OpenPOWER on IntegriCloud