X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-root%2FMakefile;h=cc66eedf79c0aa4edf28fc6dbf62c034488d78ec;hb=954c707972bf7efcd227e26d9679544813a78115;hp=a3335236c041c19fc74fd0756a38bfa8f341e262;hpb=8432e6e6f702ef707bb379c59cc9eed7764d9dfe;p=vpp.git diff --git a/build-root/Makefile b/build-root/Makefile index a3335236c04..cc66eedf79c 100644 --- a/build-root/Makefile +++ b/build-root/Makefile @@ -190,7 +190,7 @@ ARCH_TARGET_tmp = $(call ifdef_fn,$(ARCH)_target,$(ARCH)-$(OS)) TARGET = $(call ifdef_fn,$(PLATFORM)_target,$(ARCH_TARGET_tmp)) TARGET_PREFIX = $(if $(not_native),$(TARGET)-,) -# CPU microarchitecture detection. +# CPU microarchitecture detection. # Either set _march in build-data/platforms/.mk, # or detect and use the build-host instruction set @@ -236,7 +236,7 @@ PACKAGE = $* # Build/install tags. This lets you have different CFLAGS/CPPFLAGS/LDFLAGS # for e.g. debug versus optimized compiles. Each tag has its own set of build/install # areas. -TAG = +TAG = TAG_PREFIX = $(if $(TAG),$(TAG)-) # yes you need the space @@ -309,8 +309,8 @@ endif # Always prefer our own tools to those installed on system. # Note: ccache-bin must be before tool bin. -# -# Removed LD_LIBRARY_PATH from BUILD_ENV (drb, 10/31/17): +# +# Removed LD_LIBRARY_PATH from BUILD_ENV (drb, 10/31/17): # export LD_LIBRARY_PATH=$(TOOL_INSTALL_DIR)/lib64:$(TOOL_INSTALL_DIR)/lib # Reported to cause trouble. Only of historical interest, since we no longer # build a full tool chain from source. @@ -617,7 +617,7 @@ check_platform = \ try make PLATFORM=$(PLATFORM) install-tools) ; \ exit 1 ; \ fi - + configure_check_timestamp = \ @$(BUILD_ENV) ; \ $(check_platform) ; \ @@ -625,6 +625,10 @@ configure_check_timestamp = \ mkdir -p $(PACKAGE_INSTALL_DIR) ; \ conf="$(TIMESTAMP_DIR)/$(CONFIGURE_TIMESTAMP)" ; \ dirs="$(call package_mk_fn,$(PACKAGE)) \ + $(SOURCE_PATH_BUILD_DATA_DIRS)/platforms/$(PLATFORM).mk \ + $(wildcard $(call find_source_fn,$(PACKAGE_SOURCE))/cmake) \ + $(shell find $(call find_source_fn,$(PACKAGE_SOURCE)) \ + -name CMakeLists.txt) \ $(wildcard $(call find_source_fn, \ $(PACKAGE_SOURCE))$(PACKAGE_SUBDIR)/configure) \ $(MU_BUILD_ROOT_DIR)/config.site" ; \ @@ -649,12 +653,10 @@ configure_check_timestamp = \ # NB: GNU Make 4.2 will let us use '$(file & /dev/null ; \ else \ $(call build_msg_fn, NOT stripping symbols) ; \ - fi + fi # readonly root squashfs image # Note: $(call build_msg_fn) does not seem to work inside of fakeroot so we use echo @@ -1085,7 +1087,7 @@ ccache-install: $(MAKE) -C $(MU_BUILD_ROOT_DIR) ccache-build mkdir -p $(TOOL_INSTALL_DIR)/ccache-bin ln -sf $(MU_BUILD_ROOT_DIR)/build-tool-native/ccache/ccache \ - $(TOOL_INSTALL_DIR)/ccache-bin/$(TARGET_PREFIX)gcc + $(TOOL_INSTALL_DIR)/ccache-bin/$(TARGET_PREFIX)gcc TOOL_MAKE = $(MAKE) is_build_tool=yes @@ -1149,7 +1151,4 @@ distclean: rm -rf $(MU_BUILD_ROOT_DIR)/*.deb rm -rf $(MU_BUILD_ROOT_DIR)/*.rpm rm -rf $(MU_BUILD_ROOT_DIR)/*.changes - rm -rf $(MU_BUILD_ROOT_DIR)/python - if [ -e /usr/bin/dh ];then (cd $(MU_BUILD_ROOT_DIR)/deb/;debian/rules clean); fi - rm -f $(MU_BUILD_ROOT_DIR)/deb/debian/*.install - rm -f $(MU_BUILD_ROOT_DIR)/deb/debian/changelog + rm -rf $(MU_BUILD_ROOT_DIR)/*.buildinfo