Mercurial > logstash
comparison Makefile @ 18:2b887e35b5cd
work on building from source
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 15 Apr 2013 19:33:28 -0700 |
parents | 292b6583148a |
children | 1d50b19beda0 |
comparison
equal
deleted
inserted
replaced
17:292b6583148a | 18:2b887e35b5cd |
---|---|
31 rpmbuild --define "dist .$d" --define "_rpmdir $(shell pwd)" --rebuild GraphTastic-client-0.0.0-0.$d.src.rpm | 31 rpmbuild --define "dist .$d" --define "_rpmdir $(shell pwd)" --rebuild GraphTastic-client-0.0.0-0.$d.src.rpm |
32 rpmbuild --define "dist .$d" --define "_rpmdir $(shell pwd)" --rebuild elasticsearch-$(hv)-0.$d.src.rpm | 32 rpmbuild --define "dist .$d" --define "_rpmdir $(shell pwd)" --rebuild elasticsearch-$(hv)-0.$d.src.rpm |
33 rpmbuild --define "dist .$d" --define "_rpmdir $(shell pwd)" --rebuild logstash-$(gv)-0.$d.src.rpm | 33 rpmbuild --define "dist .$d" --define "_rpmdir $(shell pwd)" --rebuild logstash-$(gv)-0.$d.src.rpm |
34 | 34 |
35 package-web: | 35 package-web: |
36 tar cfz logstash.fedora.tar.gz *.src.rpm $(hg status -c | cut -c3-) | 36 tar cfz logstash.fedora.tar.gz *.src.rpm $$(hg status -c | cut -c3-) |
37 | 37 |