X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=production%2Fsetup_src%2Fwhole_build_package%2Fmakefile;h=b49a0de583f7edfb6e62c86f2211545858537c11;hb=102061cab065f647954f3e935f11f433e2f088d4;hp=36e6a1b7b0db0493726785bf275f13ab417d7302;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/production/setup_src/whole_build_package/makefile b/production/setup_src/whole_build_package/makefile index 36e6a1b7..b49a0de5 100644 --- a/production/setup_src/whole_build_package/makefile +++ b/production/setup_src/whole_build_package/makefile @@ -2,13 +2,15 @@ include cpp/variables.def PROJECT = Whole_Build_Pack FIRST_TARGETS = create_package -CLEANUPS = $(PRODUCTION_DIR)/install/whole_build* +CLEANUPS = $(RUNTIME_DIR)/install/whole_build* TYPE = hierarchy +export TARGET=/tmp/zz_wholebuild_$(USER) include cpp/rules.def create_package: ifeq "$(NO_BUILD_PACK)" "" +#will it fail? $(HIDE)-mkdir -p $(TARGET)/waste $(HIDESH)create_whole_build_pack.sh "$(major).$(minor).$(revision).$(build)" endif