Rev 576 | Rev 580 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 576 | Rev 577 | ||
---|---|---|---|
Line 172... | Line 172... | ||
172 | 172 | ||
173 | archlinks: |
173 | archlinks: |
174 | ln -sfn ../../arch/$(ARCH)/include/ generic/include/arch |
174 | ln -sfn ../../arch/$(ARCH)/include/ generic/include/arch |
175 | ln -sfn ../../genarch/include/ generic/include/genarch |
175 | ln -sfn ../../genarch/include/ generic/include/genarch |
176 | 176 | ||
177 | depend: archlinks Makefile.depend |
177 | depend: archlinks |
178 | - | ||
179 | Makefile.depend: |
- | |
180 | -makedepend $(DEFS) $(CFLAGS) -f - $(ARCH_SOURCES) $(GENARCH_SOURCES) $(GENERIC_SOURCES) >Makefile.depend 2>/dev/null |
178 | -makedepend $(DEFS) $(CFLAGS) -f - $(ARCH_SOURCES) $(GENARCH_SOURCES) $(GENERIC_SOURCES) >Makefile.depend 2>/dev/null |
181 | #$(CC) $(DEFS) $(CFLAGS) -M $(ARCH_SOURCES) $(GENARCH_SOURCES) $(GENERIC_SOURCES) > Makefile.depend |
179 | #$(CC) $(DEFS) $(CFLAGS) -M $(ARCH_SOURCES) $(GENARCH_SOURCES) $(GENERIC_SOURCES) > Makefile.depend |
182 | 180 | ||
183 | arch/$(ARCH)/_link.ld: arch/$(ARCH)/_link.ld.in |
181 | arch/$(ARCH)/_link.ld: arch/$(ARCH)/_link.ld.in |
184 | $(CC) $(DEFS) $(CFLAGS) -E -x c $< | grep -v "^\#" > $@ |
182 | $(CC) $(DEFS) $(CFLAGS) -E -x c $< | grep -v "^\#" > $@ |