make/Makefile

changeset 582
366a7b9b5627
parent 554
9d9f26857129
child 588
0ba1f80b73a5
equal deleted inserted replaced
581:f2fdd52e4e87 582:366a7b9b5627
24 # 24 #
25 25
26 # Makefile for langtools: wrapper around Ant build.xml file 26 # Makefile for langtools: wrapper around Ant build.xml file
27 27
28 # 28 #
29 # On Solaris, the 'make' utility from Sun will not work with these makefiles. 29 # On Solaris, the standard 'make' utility will not work with these makefiles.
30 # This little rule is only understood by Sun's make, and is harmless 30 # This little rule is only understood by Solaris make, and is harmless
31 # when seen by the GNU make tool. If using Sun's make, this causes the 31 # when seen by the GNU make tool. If using Solaris make, this causes the
32 # make command to fail. 32 # make command to fail.
33 # 33 #
34 SUN_MAKE_TEST:sh = @echo "ERROR: PLEASE USE GNU VERSION OF MAKE"; exit 33 34 SUN_MAKE_TEST:sh = @echo "ERROR: PLEASE USE GNU VERSION OF MAKE"; exit 33
35 35
36 # 36 #
200 @ mkdir -p $(OUTPUTDIR)/build $(ANT_TMPDIR) 200 @ mkdir -p $(OUTPUTDIR)/build $(ANT_TMPDIR)
201 $(ANT_JAVA_HOME) $(ANT_OPTS) $(ANT) $(ANT_OPTIONS) $@ 201 $(ANT_JAVA_HOME) $(ANT_OPTS) $(ANT) $(ANT_OPTIONS) $@
202 202
203 #------------------------------------------------------------------- 203 #-------------------------------------------------------------------
204 # 204 #
205 # Targets for Sun's internal JPRT build system 205 # Targets for Oracle's internal JPRT build system
206 206
207 CD = cd 207 CD = cd
208 ZIP = zip 208 ZIP = zip
209 209
210 JPRT_ARCHIVE_BUNDLE=$(ABS_OUTPUTDIR)/$(JPRT_BUILD_FLAVOR)-bundle.zip 210 JPRT_ARCHIVE_BUNDLE=$(ABS_OUTPUTDIR)/$(JPRT_BUILD_FLAVOR)-bundle.zip

mercurial