make/common/JavaCompilation.gmk
changeset 47217 72e3ae9a25eb
parent 42140 a2ea75dd99dc
child 47364 6b3389375f31
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
   122     $$($1_BIN)$$($1_MODULE_SUBDIR)$$($2_TARGET) : $2
   122     $$($1_BIN)$$($1_MODULE_SUBDIR)$$($2_TARGET) : $2
   123 	$(MKDIR) -p $$(@D)
   123 	$(MKDIR) -p $$(@D)
   124 	export LC_ALL=C ; ( $(CAT) $$< && $(ECHO) "" ) \
   124 	export LC_ALL=C ; ( $(CAT) $$< && $(ECHO) "" ) \
   125 	    | $(SED) -e 's/\([^\\]\):/\1\\:/g' -e 's/\([^\\]\)=/\1\\=/g' \
   125 	    | $(SED) -e 's/\([^\\]\):/\1\\:/g' -e 's/\([^\\]\)=/\1\\=/g' \
   126 	        -e 's/\([^\\]\)!/\1\\!/g' -e 's/^[ 	]*#.*/#/g' \
   126 	        -e 's/\([^\\]\)!/\1\\!/g' -e 's/^[ 	]*#.*/#/g' \
   127 	    | $(SED) -f "$(SRC_ROOT)/make/common/support/unicode2x.sed" \
   127 	    | $(SED) -f "$(TOPDIR)/make/common/support/unicode2x.sed" \
   128 	    | $(SED) -e '/^#/d' -e '/^$$$$/d' \
   128 	    | $(SED) -e '/^#/d' -e '/^$$$$/d' \
   129 	        -e :a -e '/\\$$$$/N; s/\\\n//; ta' \
   129 	        -e :a -e '/\\$$$$/N; s/\\\n//; ta' \
   130 	        -e 's/^[ 	]*//;s/[ 	]*$$$$//' \
   130 	        -e 's/^[ 	]*//;s/[ 	]*$$$$//' \
   131 	        -e 's/\\=/=/' \
   131 	        -e 's/\\=/=/' \
   132 	    | $(SORT) > $$@
   132 	    | $(SORT) > $$@