Andreas Wacknitz
2024-04-04 7587efba57fedc8f0e46216bba4a49da6e4c4625
Makefile
@@ -18,30 +18,32 @@
#
# CDDL HEADER END
#
# Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
#
include make-rules/shared-macros.mk
SUBDIRS += components incorporations
SUBDIRS += components
download:   TARGET = download
prep:      TARGET = prep
build:      TARGET = build
install:   TARGET = install
publish:   TARGET = publish
pre-publish:   TARGET = pre-publish
validate:   TARGET = validate
clean:      TARGET = clean
clobber:   TARGET = clobber
setup:      TARGET = setup
test:      TARGET = test
component-hook:      TARGET = component-hook
.DEFAULT:   publish
download setup prep build install publish validate clean clobber: $(SUBDIRS)
download setup prep build install pre-publish publish validate clean clobber \
test component-hook unpack patch: $(SUBDIRS)
$(SUBDIRS):   FORCE
   +echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)
incorporations:   components
   @+echo "$(TARGET) $@" ; $(GMAKE) -s -C $@ $(TARGET)
FORCE: