From f164351e2c59a9c3c2e5adbcdd82ee6defeb30ab Mon Sep 17 00:00:00 2001 From: oneflux Date: Mon, 21 Apr 2025 20:56:37 -0700 Subject: [PATCH] removed upload build feature --- Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Makefile b/Makefile index 7d47471..d6916e3 100644 --- a/Makefile +++ b/Makefile @@ -181,14 +181,4 @@ unbusy: path: @realpath $(cf_source_dir)/obj-x86_64-pc-linux-gnu/dist/bin/omegafox-bin -upload: - # =============================== - # This is only for internal use. You can ignore this. - # =============================== - - @test -f .passwd || { echo "Error: .passwd file not found"; exit 1; } - @mkdir -p ../omegafox-web/internal - @rm -rf ../omegafox-web/pipeline/rev-$(closedsrc_rev).7z - 7z a "-p$$(cat ./.passwd)" -mhe=on ../omegafox-web/pipeline/rev-$(closedsrc_rev).7z "./patches/private/*.patch" - vcredist_arch := $(shell echo $(arch) | sed 's/x86_64/x64/' | sed 's/i686/x86/')