X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=production%2Fsetup_src%2Fwhole_build_package%2Fmakefile;h=b49a0de583f7edfb6e62c86f2211545858537c11;hb=102061cab065f647954f3e935f11f433e2f088d4;hp=a52bbd2ff56c0a279c33b1bcbff05caf05281182;hpb=226e893635386204b617120c709f907a7e9a9f03;p=feisty_meow.git diff --git a/production/setup_src/whole_build_package/makefile b/production/setup_src/whole_build_package/makefile index a52bbd2f..b49a0de5 100644 --- a/production/setup_src/whole_build_package/makefile +++ b/production/setup_src/whole_build_package/makefile @@ -2,15 +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) +export TARGET=/tmp/zz_wholebuild_$(USER) include cpp/rules.def create_package: ifeq "$(NO_BUILD_PACK)" "" - $(HIDE)-mkdir $(TARGET)/waste +#will it fail? $(HIDE)-mkdir -p $(TARGET)/waste $(HIDESH)create_whole_build_pack.sh "$(major).$(minor).$(revision).$(build)" endif