Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/libexec/uucp support MAKEVERBOSE
details: https://anonhg.NetBSD.org/src/rev/9b8f2a76b9ff
branches: trunk
changeset: 553677:9b8f2a76b9ff
user: lukem <lukem%NetBSD.org@localhost>
date: Mon Oct 20 00:40:53 2003 +0000
description:
support MAKEVERBOSE
diffstat:
gnu/libexec/uucp/uusched/Makefile | 4 +++-
gnu/libexec/uucp/uuto/Makefile | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r e3e87ea6437a -r 9b8f2a76b9ff gnu/libexec/uucp/uusched/Makefile
--- a/gnu/libexec/uucp/uusched/Makefile Mon Oct 20 00:24:22 2003 +0000
+++ b/gnu/libexec/uucp/uusched/Makefile Mon Oct 20 00:40:53 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/01/23 22:13:54 mycroft Exp $
+# $NetBSD: Makefile,v 1.10 2003/10/20 00:40:53 lukem Exp $
# Makefile for uusched
BINDIR= $(bindir)
@@ -8,6 +8,8 @@
realall: ${CLEANFILES}
uusched: uusched.in
+ ${_MKMSGCREATE}
+ ${_MKCMD}\
sed -e "s|@BINDIR@|$(bindir)|g" -e "s|@SBINDIR@|$(sbindir)|g" \
$(.CURDIR)/uusched.in > $(.TARGET)
diff -r e3e87ea6437a -r 9b8f2a76b9ff gnu/libexec/uucp/uuto/Makefile
--- a/gnu/libexec/uucp/uuto/Makefile Mon Oct 20 00:24:22 2003 +0000
+++ b/gnu/libexec/uucp/uuto/Makefile Mon Oct 20 00:40:53 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/01/23 22:13:55 mycroft Exp $
+# $NetBSD: Makefile,v 1.10 2003/10/20 00:40:53 lukem Exp $
# Makefile for uuto
BINDIR= $(bindir)
@@ -8,6 +8,8 @@
realall: ${CLEANFILES}
uuto: uuto.in
+ ${_MKMSGCREATE}
+ ${_MKCMD}\
sed -e "s|@BINDIR@|$(bindir)|g" -e "s|@SBINDIR@|$(sbindir)|g" \
$(.CURDIR)/uuto.in > $(.TARGET)
Home |
Main Index |
Thread Index |
Old Index