openresty-packaging icon indicating copy to clipboard operation
openresty-packaging copied to clipboard

`make build` does not make sense

Open maskshell opened this issue 4 years ago • 1 comments

README.md says, "... to build everything from scratch, just run make build".

However, the behavior of make build does not make sense.

The main content of make build:

.PHONY: build
build: zlib-build pcre-build openssl-build \
        openssl-debug-build openresty-build openresty-debug-build \
        openresty-valgrind-build \
        lemplate-build test-nginx-build

However, in almost every sub-build, there is rm -f *.deb, which makes make build end up with only the deb package of the last build as far as outputting deb packages.

maskshell avatar Dec 22 '21 13:12 maskshell

Yep, you're right, but you can put an shell script named upload locally, which will be called after the packaging is finished

xiaocang avatar Dec 22 '21 13:12 xiaocang