equal
deleted
inserted
replaced
16 # fields enclosed by brackets "[]" replaced with your own identifying |
16 # fields enclosed by brackets "[]" replaced with your own identifying |
17 # information: Portions Copyright [yyyy] [name of copyright owner] |
17 # information: Portions Copyright [yyyy] [name of copyright owner] |
18 # |
18 # |
19 # CDDL HEADER END |
19 # CDDL HEADER END |
20 # |
20 # |
21 # Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. |
21 # Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved. |
22 # |
22 # |
23 |
23 |
24 include make-rules/shared-macros.mk |
24 include make-rules/shared-macros.mk |
25 |
25 |
26 SUBDIRS += components |
26 SUBDIRS += components |
27 |
27 |
28 download: TARGET = download |
28 download: TARGET = download |
|
29 unpack: TARGET = unpack |
|
30 patch: TARGET = patch |
29 prep: TARGET = prep |
31 prep: TARGET = prep |
30 build: TARGET = build |
32 build: TARGET = build |
31 install: TARGET = install |
33 install: TARGET = install |
32 publish: TARGET = publish |
34 publish: TARGET = publish |
33 validate: TARGET = validate |
35 validate: TARGET = validate |
37 test: TARGET = test |
39 test: TARGET = test |
38 component-hook: TARGET = component-hook |
40 component-hook: TARGET = component-hook |
39 |
41 |
40 .DEFAULT: publish |
42 .DEFAULT: publish |
41 |
43 |
42 download setup prep build install publish validate clean clobber \ |
44 download setup unpack patch prep build install publish validate clean clobber \ |
43 test component-hook: $(SUBDIRS) |
45 test component-hook: $(SUBDIRS) |
44 |
46 |
45 $(SUBDIRS): FORCE |
47 $(SUBDIRS): FORCE |
46 @+echo "$(TARGET) [email protected]" ; $(GMAKE) -C [email protected] $(TARGET) |
48 @+echo "$(TARGET) [email protected]" ; $(GMAKE) -C [email protected] $(TARGET) |
47 |
49 |