X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=fea8ed316230cd1d44bc4c278d9a6476e0587a23;hb=738ca6f6571b30c80c5e64d2c40b0b3630ec3c29;hp=daadbeacf65a7bb4ecd22f745ef4a3d828dfcbaf;hpb=945b4fb8d4d73ec465f9c87721d61a4ae42f1e47;p=librecmc%2Flibrecmc.git diff --git a/Makefile b/Makefile index daadbeacf6..fea8ed3162 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 @@ -113,6 +113,10 @@ oldconfig: scripts/config/conf tmp/.config.in tmp/.config-target.in FORCE menuconfig: scripts/config/mconf tmp/.config.in tmp/.config-target.in FORCE $< Config.in +kernel_menuconfig: .config FORCE + -$(MAKE) target/linux-prepare + $(NO_TRACE_MAKE) -C target/linux menuconfig + package/%: tmp/.pkginfo tmp/.targetinfo FORCE $(MAKE) -C package $(patsubst package/%,%,$@) @@ -181,8 +185,11 @@ distclean: dirclean config-clean help: cat README -symlinks: - scripts/feeds.sh https://svn.openwrt.org/openwrt/packages +doc: + $(MAKE) -C docs/ openwrt.pdf + +docclean: + $(MAKE) -C docs/ clean .SILENT: clean dirclean distclean config-clean download world FORCE: ;