mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Makefile: make the monolithic jar PHONY, so it builds everytime for the
jar target
This commit is contained in:
parent
8ca736c155
commit
60b8d4427d
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -193,6 +193,8 @@ build/logstash-$(VERSION)-monolithic.jar:
|
|||
$(QUIET)jar i $@
|
||||
@echo "Created $@"
|
||||
|
||||
.PHONY: build/logstash-$(VERSION)-monolithic.jar
|
||||
|
||||
build/flatgems: | build vendor/bundle
|
||||
mkdir $@
|
||||
for i in $(VENDOR_DIR)/gems/*/lib $(VENDOR_DIR)/gems/*/data; do \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue