langtools/make/Makefile
changeset 7843 1103fac3fb5a
parent 5854 5dc61238219e
child 7847 5d1dad3342a3
equal deleted inserted replaced
7842:5de9ea98089d 7843:1103fac3fb5a
   185 
   185 
   186 # Standard make clobber target
   186 # Standard make clobber target
   187 clobber: clean
   187 clobber: clean
   188 
   188 
   189 # All ant targets of interest
   189 # All ant targets of interest
   190 ANT_TARGETS = build clean sanity post-sanity diagnostics # for now
   190 ANT_TARGETS = build clean sanity post-sanity diagnostics build-all-tools  # for now
   191 
   191 
   192 # Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1)
   192 # Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1)
   193 $(OUTPUTDIR)/build/ant-diagnostics.log:
   193 $(OUTPUTDIR)/build/ant-diagnostics.log:
   194 	@mkdir -p $(OUTPUTDIR)/build $(ANT_TMPDIR)
   194 	@mkdir -p $(OUTPUTDIR)/build $(ANT_TMPDIR)
   195 	@$(RM) $@
   195 	@$(RM) $@