make/common/NativeCompilation.gmk

changeset 2217
310b1d9c5772
parent 2215
7a73b8b4ac8a
child 2221
888144400d97
equal deleted inserted replaced
2215:7a73b8b4ac8a 2217:310b1d9c5772
114 && exit `cat $$($1_$2_DEP).exitvalue` 114 && exit `cat $$($1_$2_DEP).exitvalue`
115 $(RM) $$($1_$2_DEP).exitvalue 115 $(RM) $$($1_$2_DEP).exitvalue
116 ($(ECHO) $$@: \\ \ 116 ($(ECHO) $$@: \\ \
117 && $(SED) -e '/^Note: including file:/!d' \ 117 && $(SED) -e '/^Note: including file:/!d' \
118 -e 's|Note: including file: *||' \ 118 -e 's|Note: including file: *||' \
119 -e 's|\r||g' \
119 -e 's|\\|/|g' \ 120 -e 's|\\|/|g' \
120 -e 's|^\([a-zA-Z]\):|/cygdrive/\1|g' \ 121 -e 's|^\([a-zA-Z]\):|/cygdrive/\1|g' \
121 -e '/$(subst /,\/,$(TOPDIR))/!d' \ 122 -e '/$(subst /,\/,$(TOPDIR))/!d' \
122 -e 's|$$$$| \\|g' \ 123 -e 's|$$$$| \\|g' \
123 $$($1_$2_DEP).raw) > $$($1_$2_DEP) 124 $$($1_$2_DEP).raw) > $$($1_$2_DEP)

mercurial