Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin also visit mount_* for 'make clean' and 'make distclean'
details: https://anonhg.NetBSD.org/src/rev/5d6829732b41
branches: trunk
changeset: 499297:5d6829732b41
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Thu Nov 16 08:07:55 2000 +0000
description:
also visit mount_* for 'make clean' and 'make distclean'
Pointed out by Minoura Makoto in private e-mail.
diffstat:
sbin/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r fee1f6906b70 -r 5d6829732b41 sbin/Makefile
--- a/sbin/Makefile Thu Nov 16 07:36:04 2000 +0000
+++ b/sbin/Makefile Thu Nov 16 08:07:55 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2000/11/13 05:29:31 jdolecek Exp $
+# $NetBSD: Makefile,v 1.72 2000/11/16 08:07:55 jdolecek Exp $
# @(#)Makefile 8.5 (Berkeley) 3/31/94
# Not ported: XNSrouted enpload scsiformat startslip
@@ -18,10 +18,10 @@
SUBDIR+= mount_portal
# following is now build into mount(8) now (see mount/Makefile)
-# we only dive into those subdirs for make obj - some arch's floppies
+# we only dive into those subdirs for make obj/clean - some arch's floppies
# compile individual mount_* and hence need the obj dirs to allow shared
# source tree
-.if make(obj)
+.if make(obj) || make(clean) || make(distclean)
SUBDIR+= mount_ados mount_cd9660 mount_ext2fs mount_fdesc mount_filecore \
mount_ffs mount_kernfs mount_lfs mount_msdos mount_nfs \
mount_ntfs mount_null mount_overlay mount_procfs mount_umap \
Home |
Main Index |
Thread Index |
Old Index