changeset 10563:2e711bc83952

6872789 usbdevs{,.awk} unreferenced after first build
author Binzi Cao - Sun Microsystems - Beijing China <Binzi.Cao@Sun.COM>
date Thu, 17 Sep 2009 10:05:25 +0800
parents f819c4cb8a82
children 198bfbac9903
files usr/src/uts/Makefile usr/src/uts/common/sys/Makefile
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/Makefile	Wed Sep 16 13:55:02 2009 -0700
+++ b/usr/src/uts/Makefile	Thu Sep 17 10:05:25 2009 +0800
@@ -163,7 +163,7 @@
 # other directories that should be included and do not yet have the
 # necessary Makefile support.  See 6414855.)
 #
-DYNHDRDIRS = common/rpcsvc common/idmap
+DYNHDRDIRS = common/rpcsvc common/idmap common/sys
 
 sparc_HDRDIRS= sun/sys
 i386_HDRDIRS= i86pc/vm i86xpv/vm
--- a/usr/src/uts/common/sys/Makefile	Wed Sep 16 13:55:02 2009 -0700
+++ b/usr/src/uts/common/sys/Makefile	Thu Sep 17 10:05:25 2009 +0800
@@ -1297,6 +1297,11 @@
 LVMDERIVED_H:
 	cd $(SRC)/uts/common/sys/lvm; pwd; $(MAKE)
 
+clean:
+	$(RM) $(GENHDRS)
+
+clobber:	clean
+
 check:	$(CHECKHDRS)
 
 FRC: