8074988: Reduce boilerplate in Setup* macro definitions

Reviewed-by: tbell, ihse
This commit is contained in:
Erik Joelsson 2015-03-12 12:13:53 +01:00
parent 7e24bd1435
commit ff31cfd5ce

View File

@ -105,8 +105,8 @@ MANIFEST_ATTRIBUTES := Name: jdk/nashorn/\nImplementation-Title: Oracle Nashorn\
# Create nashorn.jar from the final classes dir
$(eval $(call SetupArchive,BUILD_NASHORN_JAR, \
$(NASGEN_RUN_FILE) \
$(VERSION_FILE), \
DEPENDENCIES := $(NASGEN_RUN_FILE) \
$(VERSION_FILE), \
SRCS := $(NASHORN_CLASSES_DIR), \
SUFFIXES := .class .js .properties Factory, \
MANIFEST := $(NASHORN_TOPDIR)/src/jdk.scripting.nashorn/share/classes/META-INF/MANIFEST.MF, \