# HG changeset patch # User rab # Date 1172535502 28800 # Node ID 09a78011e26a5f6d63702052830afdeb3de49944 # Parent 35ed4f76e3955fcaec455be13d6a171eedf8e5bc 6527717 genunix Makefile workaround for build race should be removed diff -r 35ed4f76e395 -r 09a78011e26a usr/src/uts/intel/genunix/Makefile --- 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)