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