Switch to using buildinfo by default

©! I, Hugo Landau <hlandau@devever.net>, hereby licence these changes under the
©! licence with SHA256 hash
©! fd80a26fbb3f644af1fa994134446702932968519797227e07a1368dea80f0bc.
pull/18/head
Hugo Landau 8 years ago
parent 5b35abfbe1
commit 5f7b1c7d82

@ -2,7 +2,7 @@ PROJNAME=github.com/hlandau/ncdns
BINARIES=$(PROJNAME) $(PROJNAME)/ncdt $(PROJNAME)/ncdumpzone
###############################################################################
# v1.13 NNSC:github.com/hlandau/degoutils/_stdenv/Makefile.ref
# v1.14 NNSC:github.com/hlandau/degoutils/_stdenv/Makefile.ref
# This is a standard Makefile for building Go code designed to be copied into
# other projects. Code below this line is not intended to be modified.
#
@ -38,6 +38,7 @@ ifeq ($(V),1)
endif
## Buildinfo
USE_BUILDINFO ?= 1
ifeq ($(USE_BUILDINFO),1)
BUILDINFO_FLAG=-ldflags "$$($$GOPATH/src/github.com/hlandau/buildinfo/gen $(1))"
endif

Loading…
Cancel
Save