|
|
|
@@ -221,17 +221,17 @@ $(OPIEDIR)/stamp-headers-x11 : |
221 | |
221 | |
222 | $(TOPDIR)/library/custom.h : $(TOPDIR)/.config |
222 | $(TOPDIR)/library/custom.h : $(TOPDIR)/.config |
223 | @-rm -f $@ |
223 | @-rm -f $@ |
224 | @$(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\ |
224 | @$(if $(patsubst "%",%,$(CONFIG_CUSTOMFILE)),\ |
225 | ln -sf $(patsubst "%",%,$(CONFIG_CUSTOMFILE)) $@) |
225 | ln -sf $(patsubst "%",%,$(CONFIG_CUSTOMFILE)) $@) |
226 | @touch $@ |
226 | @touch $@ |
227 | |
227 | |
228 | $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf $(TOPDIR)/scripts/kconfig/conf $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so $(TOPDIR)/scripts/kconfig/gconf $(TOPDIR)/qmake/qmake: |
228 | $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf $(TOPDIR)/scripts/kconfig/conf $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so $(TOPDIR)/scripts/kconfig/gconf $(TOPDIR)/qmake/qmake: |
229 | @$(call descend,$(shell dirname $@),$(shell basename $@)) |
229 | +$(call descend,$(shell dirname $@),$(shell basename $@)) |
230 | |
230 | |
231 | menuconfig: $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf ./config.in |
231 | menuconfig: $(TOPDIR)/scripts/lxdialog/lxdialog $(TOPDIR)/scripts/kconfig/mconf ./config.in |
232 | $(TOPDIR)/scripts/kconfig/mconf ./config.in |
232 | $(TOPDIR)/scripts/kconfig/mconf ./config.in |
233 | @touch ./.config.stamp |
233 | @touch ./.config.stamp |
234 | |
234 | |
235 | xconfig: $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in |
235 | xconfig: $(TOPDIR)/scripts/kconfig/qconf $(TOPDIR)/scripts/kconfig/libkconfig.so ./config.in |
236 | $(TOPDIR)/scripts/kconfig/qconf ./config.in |
236 | $(TOPDIR)/scripts/kconfig/qconf ./config.in |
237 | @touch .config.stamp |
237 | @touch .config.stamp |
|