mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-16 04:44:55 +02:00
Makefile: make "scripts/info" rule a phony one. so that it's always generated.
This commit is contained in:
parent
aaf0b35b93
commit
5d5d7bb5be
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -20,14 +20,14 @@ build/$(PROGRAM_NAME) : $(SOURCES)
|
|||
deps:
|
||||
$(GO) get $(DEPENDANCIES)
|
||||
|
||||
scripts/info :
|
||||
info-file :
|
||||
echo PACKAGE_NAME=\"$(PROGRAM_NAME)\" "\n"\
|
||||
PACKAGE_DESCRIPTION=\"HAproxy healthcheck program for EOSIO API.\" "\n"\
|
||||
PACKAGE_VERSION=\"0.3.3\" "\n"\
|
||||
PACKAGE_PREFIX=\"$(PREFIX:/%=%)\" "\n"\
|
||||
PACKAGE_PROGRAM=\"build/$(PROGRAM_NAME)\" > $@
|
||||
PACKAGE_PROGRAM=\"build/$(PROGRAM_NAME)\" > scripts/info
|
||||
|
||||
package : scripts/info build
|
||||
package : info-file build
|
||||
|
||||
package_deb: package
|
||||
./scripts/build.sh deb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue