make/common/JavaCompilation.gmk
changeset 29438 6166fd4a617f
parent 28909 58d622f06630
child 29439 4ed3700d1e23
equal deleted inserted replaced
29156:bd932374081c 29438:6166fd4a617f
   391   # Now we can setup the depency that will trigger the copying.
   391   # Now we can setup the depency that will trigger the copying.
   392   $$($1_BIN)$$($2_TARGET) : $2
   392   $$($1_BIN)$$($2_TARGET) : $2
   393 	$(MKDIR) -p $$(@D)
   393 	$(MKDIR) -p $$(@D)
   394 	export LC_ALL=C ; ( $(CAT) $$< && $(ECHO) "" ) \
   394 	export LC_ALL=C ; ( $(CAT) $$< && $(ECHO) "" ) \
   395 	    | $(SED) -e 's/\([^\\]\):/\1\\:/g' -e 's/\([^\\]\)=/\1\\=/g' \
   395 	    | $(SED) -e 's/\([^\\]\):/\1\\:/g' -e 's/\([^\\]\)=/\1\\=/g' \
   396 	        -e 's/\([^\\]\)!/\1\\!/g' -e 's/#.*/#/g' \
   396 	        -e 's/\([^\\]\)!/\1\\!/g' -e 's/^[ 	]*#.*/#/g' \
   397 	    | $(SED) -f "$(SRC_ROOT)/make/common/support/unicode2x.sed" \
   397 	    | $(SED) -f "$(SRC_ROOT)/make/common/support/unicode2x.sed" \
   398 	    | $(SED) -e '/^#/d' -e '/^$$$$/d' \
   398 	    | $(SED) -e '/^#/d' -e '/^$$$$/d' \
   399 	        -e :a -e '/\\$$$$/N; s/\\\n//; ta' \
   399 	        -e :a -e '/\\$$$$/N; s/\\\n//; ta' \
   400 	        -e 's/^[ 	]*//;s/[ 	]*$$$$//' \
   400 	        -e 's/^[ 	]*//;s/[ 	]*$$$$//' \
   401 	        -e 's/\\=/=/' \
   401 	        -e 's/\\=/=/' \