make/common/JavaCompilation.gmk
changeset 29439 4ed3700d1e23
parent 29174 fe55607529c3
parent 29438 6166fd4a617f
child 29442 e4b178a258da
equal deleted inserted replaced
29309:00e460692150 29439:4ed3700d1e23
   385   # Now we can setup the depency that will trigger the copying.
   385   # Now we can setup the depency that will trigger the copying.
   386   $$($1_BIN)$$($2_TARGET) : $2
   386   $$($1_BIN)$$($2_TARGET) : $2
   387 	$(MKDIR) -p $$(@D)
   387 	$(MKDIR) -p $$(@D)
   388 	export LC_ALL=C ; ( $(CAT) $$< && $(ECHO) "" ) \
   388 	export LC_ALL=C ; ( $(CAT) $$< && $(ECHO) "" ) \
   389 	    | $(SED) -e 's/\([^\\]\):/\1\\:/g' -e 's/\([^\\]\)=/\1\\=/g' \
   389 	    | $(SED) -e 's/\([^\\]\):/\1\\:/g' -e 's/\([^\\]\)=/\1\\=/g' \
   390 	        -e 's/\([^\\]\)!/\1\\!/g' -e 's/#.*/#/g' \
   390 	        -e 's/\([^\\]\)!/\1\\!/g' -e 's/^[ 	]*#.*/#/g' \
   391 	    | $(SED) -f "$(SRC_ROOT)/make/common/support/unicode2x.sed" \
   391 	    | $(SED) -f "$(SRC_ROOT)/make/common/support/unicode2x.sed" \
   392 	    | $(SED) -e '/^#/d' -e '/^$$$$/d' \
   392 	    | $(SED) -e '/^#/d' -e '/^$$$$/d' \
   393 	        -e :a -e '/\\$$$$/N; s/\\\n//; ta' \
   393 	        -e :a -e '/\\$$$$/N; s/\\\n//; ta' \
   394 	        -e 's/^[ 	]*//;s/[ 	]*$$$$//' \
   394 	        -e 's/^[ 	]*//;s/[ 	]*$$$$//' \
   395 	        -e 's/\\=/=/' \
   395 	        -e 's/\\=/=/' \