Print this page
1235 Use symbol capabilities to eliminate libc_hwcap*

@@ -19,23 +19,27 @@
 # CDDL HEADER END
 #
 
 #
 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright 2017 Nexenta Systems, Inc.
 #
 
 include         $(SRC)/Makefile.master
 
 # Each target directory is responsible for making a symbol capabilities object.
-$(SPARC_BLD)SUBDIRS = \
+$(SPARC_BLD)SUBDIRS= \
                 sun4u \
                 sun4u-opl \
                 sun4u-us3-hwcap1 \
                 sun4u-us3-hwcap2 \
                 sun4v-hwcap1 \
                 sun4v-hwcap2
-$(INTEL_BLD)SUBDIRS =
+$(INTEL_BLD)SUBDIRS= \
+                i386-hwcap1 \
+                i386-hwcap2 \
+                i386-hwcap3
 
 all :=          TARGET= all
 clean :=        TARGET= clean
 clobber :=      TARGET= clobber
 install :=      TARGET= install

@@ -42,12 +46,11 @@
 
 .KEEP_STATE:
 
 .PARALLEL:      $(SUBDIRS)
 
-all clean clobber install: \
-                $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
 
 lint:
 
 $(SUBDIRS):     FRC
                 @cd $@; pwd; $(MAKE) $(TARGET)