Lines Matching refs:subdir
16 subdir = test
74 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
95 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \
143 for subdir in $(SUBDIRS); do \
144 if [ -s "$(MYSTATUS_R).$$subdir" ]; then \
146 echo "| *** FAILING TEST SUMMARY FOR: $$subdir " ; \
147 cat "$(MYSTATUS_R).$$subdir" ; \
148 echo "| *** END FAILING TEST SUMMARY FOR: $$subdir" ; \
149 $(RMV) "$(MYSTATUS_R).$$subdir" ; \
152 for subdir in $(SUBDIRS); do \
153 if [ -f "$(MYSTATUS_R).$$subdir.FAIL" ]; \
155 bads="$$bads $$subdir" ; \
156 elif [ -f "$(MYSTATUS_R).$$subdir.PASS" ]; \
158 goods="$$goods $$subdir" ; \
160 echo "*** subtest did not complete - $$subdir" ; \
161 bads="$$bads $$subdir" ; \
190 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status