Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/share/mk Pull up revision 1.94 (requested by tron in tick...



details:   https://anonhg.NetBSD.org/src/rev/d9ce8defa655
branches:  netbsd-3
changeset: 575727:d9ce8defa655
user:      riz <riz%NetBSD.org@localhost>
date:      Sat May 07 14:55:20 2005 +0000

description:
Pull up revision 1.94 (requested by tron in ticket #148):
Honor contents of "CLEANFILES" in "cleandir" target.

diffstat:

 share/mk/bsd.man.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r f90922f02be5 -r d9ce8defa655 share/mk/bsd.man.mk
--- a/share/mk/bsd.man.mk       Sat May 07 14:55:19 2005 +0000
+++ b/share/mk/bsd.man.mk       Sat May 07 14:55:20 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.man.mk,v 1.93 2004/06/23 15:28:19 jmc Exp $
+#      $NetBSD: bsd.man.mk,v 1.93.2.1 2005/05/07 14:55:20 riz Exp $
 #      @(#)bsd.man.mk  8.1 (Berkeley) 6/8/93
 
 .include <bsd.init.mk>
@@ -209,6 +209,10 @@
 .undef _F
 
 cleandir: cleanman
+.if !empty(CLEANFILES)
+       rm -f ${CLEANFILES}
+.endif
+
 cleanman: .PHONY
 .if !empty(MAN) && (${MKMAN} != "no")
 .if (${MKCATPAGES} != "no")



Home | Main Index | Thread Index | Old Index