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, 2015, Oracle and/or its affiliates. All rights reserved. |
21 # Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved. |
22 # |
22 # |
23 |
23 |
24 SUBDIRS = components |
24 SUBDIRS = components |
25 |
25 |
26 download: TARGET = download |
26 download: TARGET = download |
44 test system-test component-hook: $(SUBDIRS) |
44 test system-test component-hook: $(SUBDIRS) |
45 |
45 |
46 $(SUBDIRS): FORCE |
46 $(SUBDIRS): FORCE |
47 @+echo "$(TARGET) [email protected]" ; $(MAKE) -C [email protected] $(TARGET) |
47 @+echo "$(TARGET) [email protected]" ; $(MAKE) -C [email protected] $(TARGET) |
48 |
48 |
|
49 README.md: README |
|
50 markdown_py < $< > [email protected] |
|
51 |
49 FORCE: |
52 FORCE: |