Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.sbin/sendmail/cf/cf - Simplify modifiers.
details: https://anonhg.NetBSD.org/src/rev/5dcb98e01c5a
branches: trunk
changeset: 494288:5dcb98e01c5a
user: enami <enami%NetBSD.org@localhost>
date: Wed Jul 05 03:11:42 2000 +0000
description:
- Simplify modifiers.
- Wrap long line.
diffstat:
gnu/usr.sbin/sendmail/cf/cf/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 8e778e6278b8 -r 5dcb98e01c5a gnu/usr.sbin/sendmail/cf/cf/Makefile
--- a/gnu/usr.sbin/sendmail/cf/cf/Makefile Wed Jul 05 03:06:53 2000 +0000
+++ b/gnu/usr.sbin/sendmail/cf/cf/Makefile Wed Jul 05 03:11:42 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/07/04 12:21:04 itojun Exp $
+# $NetBSD: Makefile,v 1.8 2000/07/05 03:11:42 enami Exp $
# install these sources in /usr/share/sendmail/cf
DIST= ${.CURDIR}/../../../../dist
@@ -21,13 +21,14 @@
ALL= netbsd-proto.cf netbsd-proto-IPv4only.cf
-OTHERS= ${FILES:C/Makefile//:C/\.mc/.cf/g:C/netbsd-proto\.cf//:C/netbsd-proto-IPv4only\.cf//}
+OTHERS= ${FILES:S/Makefile//:C/netbsd-proto.*//:S/.mc/.cf/g}
.SUFFIXES: .mc .cf
.mc.cf:
${RM} $@
- (cd ${CFDIR}/cf && ${M4} ${CFDIR}/m4/cf.m4 ${.CURDIR}/${@:R}.mc > ${.OBJDIR}/$@)
+ (cd ${CFDIR}/cf && \
+ ${M4} ${CFDIR}/m4/cf.m4 ${.CURDIR}/${@:R}.mc > ${.OBJDIR}/$@)
${CHMOD} ${ROMODE} $@
realall: ${ALL}
Home |
Main Index |
Thread Index |
Old Index