From a8ffd45523a0938dc98b80452824b9163443071f Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 3 Oct 2016 20:15:37 -0400 Subject: [PATCH] cracked down on some erroneous cleanups for the bundles. --- production/setup_src/bundle_example/makefile | 2 +- production/setup_src/whole_build_package/makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/production/setup_src/bundle_example/makefile b/production/setup_src/bundle_example/makefile index 1ff75aea..b4cd3cb3 100644 --- a/production/setup_src/bundle_example/makefile +++ b/production/setup_src/bundle_example/makefile @@ -3,7 +3,7 @@ include cpp/variables.def PROJECT = example_bundle TYPE = hierarchy FIRST_TARGETS += build_bundle -CLEANUPS += $(FEISTY_MEOW_APEX)/install/example_bundle$(EXE_END) +CLEANUPS += $(RUNTIME_DIR)/install/example_bundle$(EXE_END) # set the unix bin variable so the bundle finds the apps. export UNIX_BIN = /bin diff --git a/production/setup_src/whole_build_package/makefile b/production/setup_src/whole_build_package/makefile index 4d9c33f1..21f5d854 100644 --- a/production/setup_src/whole_build_package/makefile +++ b/production/setup_src/whole_build_package/makefile @@ -2,7 +2,7 @@ include cpp/variables.def PROJECT = Whole_Build_Pack FIRST_TARGETS += create_package -CLEANUPS += $(RUNTIME_DIR)/install/whole_build* +CLEANUPS += $(RUNTIME_DIR)/install/whole_build* $(RUNTIME_DIR)/install/sources_* TYPE = hierarchy export TARGET=/tmp/zz_wholebuild_$(USER) -- 2.34.1