Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/notes When making the release notes, use the macros ...
details: https://anonhg.NetBSD.org/src/rev/b9cee4d674e4
branches: trunk
changeset: 499654:b9cee4d674e4
user: matt <matt%NetBSD.org@localhost>
date: Sun Nov 26 02:50:12 2000 +0000
description:
When making the release notes, use the macros in ${DESTDIR}
diffstat:
distrib/notes/Makefile.inc | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 0f3b1e94c8fb -r b9cee4d674e4 distrib/notes/Makefile.inc
--- a/distrib/notes/Makefile.inc Sun Nov 26 01:11:26 2000 +0000
+++ b/distrib/notes/Makefile.inc Sun Nov 26 02:50:12 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.14 2000/10/10 12:51:20 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.15 2000/11/26 02:50:12 matt Exp $
#
# Ross Harvey <ross%netbsd.org@localhost>
@@ -18,7 +18,11 @@
ICMD= ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} \
-o root -g wheel -m ${NONBINMODE}
+.if defined(DESTDIR)
+PRESET= ${GFLAGS} -dM=${M} -dV=${V} -d.CURDIR=${.CURDIR} -r${M}=1 -M${DESTDIR}/usr/share/tmac
+.else
PRESET= ${GFLAGS} -dM=${M} -dV=${V} -d.CURDIR=${.CURDIR} -r${M}=1
+.endif
POST_PLAIN= -P-b -P-u -P-o
Home |
Main Index |
Thread Index |
Old Index