Browse Source

Run mtree with -q in distrib-dirs target

OPENBSD_2_5
millert 26 years ago
parent
commit
035396a89b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/Makefile

+ 2
- 2
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.92 1998/09/19 00:48:33 todd Exp $
# $OpenBSD: Makefile,v 1.93 1998/10/30 18:44:47 millert Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -207,7 +207,7 @@ distribution: distribution-etc-root-var
distrib-dirs:
${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR}
-mtree -def mtree/4.4BSD.dist -p ${DESTDIR}/ -u
-mtree -qdef mtree/4.4BSD.dist -p ${DESTDIR}/ -u
if [ ! -d ${DESTDIR}/usr/src ]; then \
${INSTALL} -d -o root -g wsrc -m 775 ${DESTDIR}/usr/src; \
fi


Loading…
Cancel
Save