X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=ac447573f5882dfaaf143746839f9d32e37cf620;hb=076be882b0798321f527634d8962686c9431ca6b;hp=71e70d734b7d0c65eb483e920819f94a60607959;hpb=0ad9ecf62ba6d08522fbe3185f3a5d33b3792268;p=librecmc%2Flibrecmc.git diff --git a/Makefile b/Makefile index 71e70d734b..ac447573f5 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ $(if $(findstring $(space),$(TOPDIR)),$(error ERROR: The path to the libreCMC di world: +DISTRO_PKG_CONFIG:=$(shell which -a pkg-config | grep -E '\/usr' | head -n 1) export PATH:=$(TOPDIR)/staging_dir/host/bin:$(PATH) ifneq ($(LIBRECMC_BUILD),1) @@ -99,9 +100,12 @@ diffconfig: FORCE mkdir -p $(BIN_DIR) $(SCRIPT_DIR)/diffconfig.sh > $(BIN_DIR)/config.buildinfo -prepare: .config $(tools/stamp-compile) $(toolchain/stamp-compile) +buildinfo: FORCE $(_SINGLE)$(SUBMAKE) -r diffconfig buildversion feedsversion +prepare: .config $(tools/stamp-compile) $(toolchain/stamp-compile) + $(_SINGLE)$(SUBMAKE) -r buildinfo + world: prepare $(target/stamp-compile) $(package/stamp-compile) $(package/stamp-install) $(target/stamp-install) FORCE $(_SINGLE)$(SUBMAKE) -r package/index $(_SINGLE)$(SUBMAKE) -r checksum