Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make build does not make sense #71

Open
maskshell opened this issue Dec 22, 2021 · 1 comment
Open

make build does not make sense #71

maskshell opened this issue Dec 22, 2021 · 1 comment

Comments

@maskshell
Copy link

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.

@xiaocang
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants