From 62615d1b6cd28c7db6dea1cdad6d219ffbcd7881 Mon Sep 17 00:00:00 2001 From: Julian Pullen Date: Fri, 13 Feb 2009 14:49:30 +0000 Subject: 6803004 nightly build race condition failure in libadutils/libidmap --- usr/src/lib/libadutils/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usr/src/lib/libadutils') diff --git a/usr/src/lib/libadutils/Makefile b/usr/src/lib/libadutils/Makefile index cded41b662..f3e3636e44 100644 --- a/usr/src/lib/libadutils/Makefile +++ b/usr/src/lib/libadutils/Makefile @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -28,6 +28,10 @@ include $(SRC)/lib/Makefile.lib SUBDIRS = $(MACH) $(BUILD64)SUBDIRS += $(MACH64) +# Both MACH and MACH64 subdirs invoke rpcgen on the same file, +# so to prevent collisions, we turn off parallelism. +.NO_PARALLEL: $(SUBDIRS) + all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber -- cgit v1.2.3