cracked down on some erroneous cleanups for the bundles.
authorChris Koeritz <fred@gruntose.com>
Tue, 4 Oct 2016 00:15:37 +0000 (20:15 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 4 Oct 2016 00:15:37 +0000 (20:15 -0400)
production/setup_src/bundle_example/makefile
production/setup_src/whole_build_package/makefile

index 1ff75aea62aeb5c78c7d7012dbec11228d7f2bee..b4cd3cb344265a21ad19000f696e2dbf4d0adb14 100644 (file)
@@ -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
 
index 4d9c33f1b7db2ccf417274cea5f7c86f3124a17d..21f5d854e7eba9699d42e4067e37e8e1615af274 100644 (file)
@@ -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)