Source-Changes-HG archive

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

[src/trunk]: src/share/mk Some targets were obmitted in the .PHONY declaratio...



details:   https://anonhg.NetBSD.org/src/rev/5f8606283f50
branches:  trunk
changeset: 521234:5f8606283f50
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Sat Jan 26 23:53:00 2002 +0000

description:
Some targets were obmitted in the .PHONY declaration in the bsd.own.mk file
resulting in (number of suffix rules) times stat() calls to be made to the
kernel.

Also fixing typo cheanhtml to cleanhtml.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4d82df6af9c4 -r 5f8606283f50 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Jan 26 22:41:46 2002 +0000
+++ b/share/mk/bsd.own.mk       Sat Jan 26 23:53:00 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.256 2002/01/25 05:21:40 lukem Exp $
+#      $NetBSD: bsd.own.mk,v 1.257 2002/01/26 23:53:00 reinoud Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -330,7 +330,7 @@
 .PHONY:                all clean cleandir depend dependall distclean includes \
                install lint obj regress tags beforedepend afterdepend \
                beforeinstall afterinstall realinstall realdepend realall \
-               html installhtml cheanhtml
+               html installhtml cleanhtml subdir-all subdir-install subdir-depend
 
 .if ${NEED_OWN_INSTALL_TARGET} == "yes"
 .if !target(install)



Home | Main Index | Thread Index | Old Index