Am 2012-03-30 09:55, schrieb Alexander Dahl: > Hope this is a little more clear than my guessing from memory > yesterday. O:-)
Argh, there's one step I forgot. In rules/busybox.make this is of course converted back to a config file busybox build understands, but because of the equal prefix, this is a trivial task with sed: 37 $(STATEDIR)/busybox.prepare: 38 @$(call targetinfo) 39 40 @cd $(BUSYBOX_DIR) && \ 41 $(BUSYBOX_PATH) \ 42 $(MAKE) distclean $(BUSYBOX_MAKE_OPT) 43 @grep -e PTXCONF_BUSYBOX_ $(PTXDIST_PTXCONFIG) | \ 44 sed -e 's/PTXCONF_BUSYBOX_/CONFIG_/g' > $(BUSYBOX_DIR)/.config 45 46 @$(call ptx/oldconfig, BUSYBOX) 47 48 @$(call touch) ;-) Alex -- »With the first link, the chain is forged. The first speech censured, the first thought forbidden, the first freedom denied, chains us all irrevocably.« (Jean-Luc Picard, quoting Judge Aaron Satie) *** GnuPG-FP: 02C8 A590 7FE5 CA5F 3601 D1D5 8FBA 7744 CC87 10D0 *** -- ptxdist mailing list [email protected]
