Rev 3521 | Rev 3803 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3521 | Rev 3568 | ||
---|---|---|---|
Line 90... | Line 90... | ||
90 | 90 | ||
91 | distclean: clean |
91 | distclean: clean |
92 | -rm Makefile.config |
92 | -rm Makefile.config |
93 | 93 | ||
94 | $(CLEANS): |
94 | $(CLEANS): |
95 | -$(MAKE) -C $(basename $@) clean ARCH=$(ARCH) |
95 | -$(MAKE) -C $(basename $@) clean |
96 | 96 | ||
97 | $(BUILDS): |
97 | $(BUILDS): |
98 | $(MAKE) -C $(basename $@) all ARCH=$(ARCH) COMPILER=$(COMPILER) |
98 | $(MAKE) -C $(basename $@) all |