X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=Makefile;h=35fc2c8884e036ae93e656f9c538ae90acc614c9;hp=a3d5720db3b2b0eb7df3e8658c4c77e801da6d70;hb=04da86494a0d89025ef7f0c828affa5d9935ab06;hpb=efd05a509fa1f308a51012bb937ef136abad4f22 diff --git a/Makefile b/Makefile index a3d5720db3..35fc2c8884 100644 --- a/Makefile +++ b/Makefile @@ -82,10 +82,10 @@ tmpinfo-clean: FORCE @-rm -rf tmp/.pkginfo tmp/.targetinfo tmp/.config.in: tmp/.pkginfo - @./scripts/gen_package_config.pl < $< > $@ || rm -f $@ + @./scripts/metadata.pl package_config < $< > $@ || rm -f $@ tmp/.config-target.in: tmp/.targetinfo - @./scripts/gen_target_config.pl < $< > $@ || rm -f $@ + @./scripts/metadata.pl target_config < $< > $@ || rm -f $@ .config: ./scripts/config/conf tmp/.config.in tmp/.config-target.in @[ -f .config ] || $(NO_TRACE_MAKE) menuconfig @@ -187,9 +187,6 @@ doc: docclean: $(MAKE) -C docs/ clean -symlinks: - scripts/feeds.sh $(CONFIG_SOURCE_FEEDS) - .SILENT: clean dirclean distclean config-clean download world FORCE: ; .PHONY: FORCE help