
30 Jun
2011
30 Jun
'11
1:35 p.m.
Hello Wolfgang
Am 30.06.2011 12:46, schrieb Wolfgang Denk:
+$(TOPDIR)/include/asm/arch/asm-offsets.h: $(TOPDIR)/include/autoconf.mk.dep \
- ./asm-offsets.s
- @echo Generating $@
- $(TOPDIR)/tools/scripts/make-asm-offsets ./asm-offsets.s $@
+asm-offsets.s: $(TOPDIR)/include/autoconf.mk.dep \
- ./asm-offsets.c
- $(CC) -DDO_DEPS_ONLY \
$(CFLAGS) $(CFLAGS_$(BCURDIR)/$(@F)) $(CFLAGS_$(BCURDIR)) \
-o $@ ./asm-offsets.c -c -S
--
NAK.
See previous comments to Setano's postings. It makes no sense to copy identical lines into a large number of Makefiles.
OK. I will address this point in a v2 of the series.
Matthias