Skip to content

Commit

Permalink
pass ES_BEATS to specific makefile (elastic#11154)
Browse files Browse the repository at this point in the history
Makefile change to fix elastic#11137
  • Loading branch information
fearful-symmetry committed Mar 8, 2019
1 parent 0d10900 commit 8f161bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/beat/{beat}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ NO_COLLECT=true
setup: pre-setup git-add

pre-setup: copy-vendor git-init
$(MAKE) -f $(LIBBEAT_MAKEFILE) mage
$(MAKE) -f $(LIBBEAT_MAKEFILE) mage ES_BEATS=$(ES_BEATS)
$(MAKE) -f $(LIBBEAT_MAKEFILE) update BEAT_NAME=$(BEAT_NAME) ES_BEATS=$(ES_BEATS) NO_COLLECT=$(NO_COLLECT)

# Copy beats into vendor directory
Expand Down

0 comments on commit 8f161bc

Please sign in to comment.