Differences From Artifact [55b520a90f]:
- File buildsys.mk.in — part of check-in [6b35e061ec] at 2011-09-13 11:06:34 on branch trunk — Make sure printf does not override $?. (user: js, size: 17721) [annotate] [blame] [check-ins using]
To Artifact [3c1ad0688f]:
- File buildsys.mk.in — part of check-in [c2b09b2ecf] at 2011-10-12 14:56:59 on branch trunk — Fix usage of ar instead of ${AR}. (user: js, size: 17724) [annotate] [blame] [check-ins using]
︙ | |||
204 205 206 207 208 209 210 | 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 | - + | esac \ done; \ for i in $$ars; do \ dir=".$$(echo $$i | sed 's/\//_/g').objs"; \ rm -fr $$dir; \ mkdir -p $$dir; \ cd $$dir; \ |
︙ |