Make installs better, install the FAQ stuff, don't install CVS-dirs.
This commit is contained in:
+10
-7
@@ -1,8 +1,11 @@
|
||||
# $Id: Makefile,v 1.9 1994/09/25 03:11:27 ache Exp $
|
||||
# $Id: Makefile,v 1.10 1994/10/24 09:56:42 sos Exp $
|
||||
#
|
||||
# Doing a make install builds /usr/share/examples
|
||||
|
||||
DIRS=etc FreeBSD_version ibcs2 lkm sunrpc syscons
|
||||
|
||||
DDIR=${DESTDIR}/usr/share/examples
|
||||
|
||||
NOOBJ= noobj
|
||||
|
||||
# Define SHARED to indicate whether you want symbolic links to the system
|
||||
@@ -15,17 +18,17 @@ all clean cleandir depend lint tags:
|
||||
beforeinstall: ${SHARED}
|
||||
|
||||
copies:
|
||||
@${ECHO} installing ${DESTDIR}/usr/share/examples
|
||||
@${ECHO} installing ${DDIR}
|
||||
@-for a in ${DIRS}; do \
|
||||
rm -rf ${DESTDIR}/usr/share/examples/$$a; \
|
||||
cp -rp $$a ${DESTDIR}/usr/share/examples; \
|
||||
rm -rf ${DDIR}/$$a; \
|
||||
done
|
||||
find ${DIRS} -print | grep -v /CVS | cpio -dumpv ${DDIR}
|
||||
|
||||
symlinks:
|
||||
@${ECHO} installing symlinks in ${DESTDIR}/usr/share/examples
|
||||
@${ECHO} installing symlinks in ${DDIR}
|
||||
@-for a in ${DIRS}; do \
|
||||
rm -rf ${DESTDIR}/usr/share/examples/$$a; \
|
||||
ln -s ${.CURDIR}/$$a ${DESTDIR}/usr/share/examples; \
|
||||
rm -rf ${DDIR}/$$a; \
|
||||
ln -s ${.CURDIR}/$$a ${DDIR}; \
|
||||
done
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
Reference in New Issue
Block a user