Marcel Telka
2024-04-05 e8adc039459ddf6df29047bb7aa5748316372b82
Makefile
@@ -18,7 +18,7 @@
#
# CDDL HEADER END
#
# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
#
include make-rules/shared-macros.mk
@@ -30,6 +30,7 @@
build:      TARGET = build
install:   TARGET = install
publish:   TARGET = publish
pre-publish:   TARGET = pre-publish
validate:   TARGET = validate
clean:      TARGET = clean
clobber:   TARGET = clobber
@@ -39,10 +40,10 @@
.DEFAULT:   publish
download setup prep build install publish validate clean clobber \
test component-hook: $(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)
   @+echo "$(TARGET) $@" ; $(GMAKE) -s -C $@ $(TARGET)
FORCE: