Replace awk with sed

`make` handles newlines already.
This commit is contained in:
Chris Bandy 2014-11-26 12:44:01 +00:00
parent fbbcd0ad58
commit 8f5f280597

View File

@ -1,4 +1,4 @@
BINDATA_IGNORE = $(shell git ls-files -io --exclude-standard static/ | awk '{ gsub(/[.]/, "[.]"); printf "%s", " -ignore=" $$0 }')
BINDATA_IGNORE = $(shell git ls-files -io --exclude-standard static/ | sed 's/^/-ignore=/;s/[.]/[.]/g')
dev: dev-assets
godep go build