make/aix/makefiles/rules.make

changeset 9890
429bb572ee65
parent 0
f90c822e73f8
equal deleted inserted replaced
9889:63a1206b8286 9890:429bb572ee65
124 # 'gmake MAKE_VERBOSE=y' gives all the gory details. 124 # 'gmake MAKE_VERBOSE=y' gives all the gory details.
125 QUIETLY$(MAKE_VERBOSE) = @ 125 QUIETLY$(MAKE_VERBOSE) = @
126 RUN.JAR$(MAKE_VERBOSE) += >/dev/null 126 RUN.JAR$(MAKE_VERBOSE) += >/dev/null
127 127
128 # Settings for javac 128 # Settings for javac
129 BOOT_SOURCE_LANGUAGE_VERSION = 6 129 BOOT_SOURCE_LANGUAGE_VERSION = 7
130 BOOT_TARGET_CLASS_VERSION = 6 130 BOOT_TARGET_CLASS_VERSION = 7
131 JAVAC_FLAGS = -g -encoding ascii 131 JAVAC_FLAGS = -g -encoding ascii
132 BOOTSTRAP_JAVAC_FLAGS = $(JAVAC_FLAGS) -source $(BOOT_SOURCE_LANGUAGE_VERSION) -target $(BOOT_TARGET_CLASS_VERSION) 132 BOOTSTRAP_JAVAC_FLAGS = $(JAVAC_FLAGS) -source $(BOOT_SOURCE_LANGUAGE_VERSION) -target $(BOOT_TARGET_CLASS_VERSION)
133 133
134 # With parallel makes, print a message at the end of compilation. 134 # With parallel makes, print a message at the end of compilation.
135 ifeq ($(findstring j,$(MFLAGS)),j) 135 ifeq ($(findstring j,$(MFLAGS)),j)

mercurial