changeset 3721:09a78011e26a

6527717 genunix Makefile workaround for build race should be removed
author rab
date Mon, 26 Feb 2007 16:18:22 -0800
parents 35ed4f76e395
children 74c4ae0fed0e
files usr/src/uts/intel/genunix/Makefile
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/intel/genunix/Makefile	Mon Feb 26 15:11:52 2007 -0800
+++ b/usr/src/uts/intel/genunix/Makefile	Mon Feb 26 16:18:22 2007 -0800
@@ -102,8 +102,6 @@
 #
 .KEEP_STATE:
 
-.PARALLEL:	$(LIBSTUBS)
-
 def:		$(DEF_DEPS)
 
 all:		$(ALL_DEPS)
@@ -118,15 +116,7 @@
 
 clean.lint:	$(CLEAN_LINT_DEPS)
 
-#
-# if test is an ugly hack for race where genunix
-# doesn't install sometimes
-#
 install:	$(INSTALL_DEPS)
-	if [ ! -f "$(ROOT_KERN_DIR)/$(MODULE)" -o \
-	     ! -f "$(ROOT_KERN_DIR)/amd64/$(MODULE)" ]; then \
-		$(MAKE) install; \
-	fi;
 
 $(LIBGEN):	$(GENUNIX) $(LIBSTUBS)
 	$(BUILD.SO) $(GENUNIX) $(LIBSTUBS)