From: Chris Koeritz Date: Tue, 4 Oct 2016 00:15:37 +0000 (-0400) Subject: cracked down on some erroneous cleanups for the bundles. X-Git-Tag: 2.140.90~388 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a8ffd45523a0938dc98b80452824b9163443071f;p=feisty_meow.git cracked down on some erroneous cleanups for the bundles. --- 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)