make/common/NativeCompilation.gmk

changeset 2221
888144400d97
parent 2219
cb1203f48728
parent 2217
310b1d9c5772
child 2236
19e8754f5415
equal deleted inserted replaced
2220:47fda751abb6 2221:888144400d97
120 && exit `cat $$($1_$2_DEP).exitvalue` 120 && exit `cat $$($1_$2_DEP).exitvalue`
121 $(RM) $$($1_$2_DEP).exitvalue 121 $(RM) $$($1_$2_DEP).exitvalue
122 ($(ECHO) $$@: \\ \ 122 ($(ECHO) $$@: \\ \
123 && $(SED) -e '/^Note: including file:/!d' \ 123 && $(SED) -e '/^Note: including file:/!d' \
124 -e 's|Note: including file: *||' \ 124 -e 's|Note: including file: *||' \
125 -e 's|\r||g' \
125 -e 's|\\|/|g' \ 126 -e 's|\\|/|g' \
126 -e 's|^\([a-zA-Z]\):|$(UNIX_PATH_PREFIX)/\1|g' \ 127 -e 's|^\([a-zA-Z]\):|$(UNIX_PATH_PREFIX)/\1|g' \
127 -e '/$(subst /,\/,$(TOPDIR))/!d' \ 128 -e '/$(subst /,\/,$(TOPDIR))/!d' \
128 -e 's|$$$$| \\|g' \ 129 -e 's|$$$$| \\|g' \
129 $$($1_$2_DEP).raw) > $$($1_$2_DEP) 130 $$($1_$2_DEP).raw) > $$($1_$2_DEP)

mercurial