comparison mk/objective.mk @ 417:22ad7fc47d14 trunk

[svn] - objective-make autodepend fixes
author nenolod
date Fri, 12 Jan 2007 12:09:00 -0800
parents 3c0cb7e84e0d
children d3258c16f849
comparison
equal deleted inserted replaced
416:01fb75fe0f48 417:22ad7fc47d14
258 @if [ "x$(SUBDIRS)" != "x" ]; then \ 258 @if [ "x$(SUBDIRS)" != "x" ]; then \
259 for i in $(SUBDIRS); do \ 259 for i in $(SUBDIRS); do \
260 if [ $(VERBOSITY) -gt 0 ]; then \ 260 if [ $(VERBOSITY) -gt 0 ]; then \
261 echo "[building depend file for subobjective: $$i]"; \ 261 echo "[building depend file for subobjective: $$i]"; \
262 fi; \ 262 fi; \
263 cd $$i; touch .depend; $(MAKE) || exit; cd ..; \ 263 cd $$i; touch .depend; $(MAKE) depend || exit; cd ..; \
264 if [ $(VERBOSITY) -gt 0 ]; then \ 264 if [ $(VERBOSITY) -gt 0 ]; then \
265 echo "[finished subobjective: $$i]"; \ 265 echo "[finished subobjective: $$i]"; \
266 fi; \ 266 fi; \
267 done; \ 267 done; \
268 fi 268 fi