dbh201
2022-10-21 dab0d0e0896fb3a5a04a8dd12fe10b35b958eaa5
make-rules;tools/Makefile;components/Makefile: parallelism fixes

7 files modified
9 ■■■■ changed files
components/Makefile 2 ●●● patch | view | raw | blame | history
make-rules/common-lisp.mk 2 ●●●●● patch | view | raw | blame | history
make-rules/common.mk 1 ●●●● patch | view | raw | blame | history
make-rules/gem.mk 1 ●●●● patch | view | raw | blame | history
make-rules/ips.mk 1 ●●●● patch | view | raw | blame | history
make-rules/prep.mk 1 ●●●● patch | view | raw | blame | history
tools/Makefile 1 ●●●● patch | view | raw | blame | history
components/Makefile
@@ -156,7 +156,7 @@
    echo "export PATH WS_TOP" >>$@
$(COMPONENT_DIRS):    $(WS_LOGS) setup FORCE
    @cd $@ && echo "$(TARGET) $@" && \
    @+cd $@ && echo "$(TARGET) $@" && \
     $(BASS_O_MATIC) --make $(TARGET) $(LOG)
incorporation:
make-rules/common-lisp.mk
@@ -25,6 +25,8 @@
# Since common lisp libraries are all source code, there is no need for
# BUILD_64 and INSTALL_64.
.NOTPARALLEL:
INSTALL_DIR =    $(PROTOCLDIR)/source/$(COMPONENT_NAME)
$(BUILD_DIR)/%/.built:    $(SOURCE_DIR)/.prep
make-rules/common.mk
@@ -27,6 +27,7 @@
# This file sets up the standard, default options and base requirements for
# userland components.
#
.NOTPARALLEL:
# Assume components use a configure script-style build by default.
BUILD_STYLE ?= configure
make-rules/gem.mk
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
.NOTPARALLEL:
#
# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
make-rules/ips.mk
@@ -35,6 +35,7 @@
#
# This set of rules makes the "publish" target the default target for make(1)
#
.NOTPARALLEL:
PKGDEPEND =    /usr/bin/pkgdepend
PKGFMT =    /usr/bin/pkgfmt
make-rules/prep.mk
@@ -22,6 +22,7 @@
#
# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
#
.NOTPARALLEL:
include $(WS_MAKE_RULES)/prep-download.mk
tools/Makefile
@@ -20,6 +20,7 @@
#
# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
#
.NOTPARALLEL:
include ../make-rules/shared-macros.mk