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) 2011, 2014, Oracle and/or its affiliates. All rights reserved. |
21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. |
22 # |
22 # |
23 |
23 |
24 ANT=/usr/bin/ant |
24 ANT=/usr/bin/ant |
25 |
25 |
26 COMPONENT_BUILD_ENV += JAVA_HOME="$(JAVA_HOME)" |
26 COMPONENT_BUILD_ENV += JAVA_HOME="$(JAVA_HOME)" |
82 $(MAKE) PARFAIT_BUILD=yes parfait |
82 $(MAKE) PARFAIT_BUILD=yes parfait |
83 endif |
83 endif |
84 |
84 |
85 clean:: |
85 clean:: |
86 $(RM) -r $(SOURCE_DIR) $(BUILD_DIR) |
86 $(RM) -r $(SOURCE_DIR) $(BUILD_DIR) |
|
87 |
|
88 REQUIRED_PACKAGES += developer/build/ant |