Rev 2547 | Rev 2642 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2547 | Rev 2577 | ||
---|---|---|---|
Line 84... | Line 84... | ||
84 | 84 | ||
85 | distclean: clean |
85 | distclean: clean |
86 | -rm Makefile.config |
86 | -rm Makefile.config |
87 | 87 | ||
88 | $(CLEANS): |
88 | $(CLEANS): |
89 | $(MAKE) -C $(basename $@) clean ARCH=$(ARCH) |
89 | -$(MAKE) -C $(basename $@) clean ARCH=$(ARCH) |
90 | 90 | ||
91 | $(BUILDS): |
91 | $(BUILDS): |
92 | $(MAKE) -C $(basename $@) all ARCH=$(ARCH) COMPILER=$(COMPILER) |
92 | $(MAKE) -C $(basename $@) all ARCH=$(ARCH) COMPILER=$(COMPILER) |