mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-01 08:32:23 +03:00
make package id configurable via env var
This commit is contained in:
parent
288178dea2
commit
af3e5ecb39
3
Makefile
3
Makefile
@ -21,7 +21,8 @@ LIGHT := ${WiX}/bin/light.exe
|
||||
|
||||
REV ?= $(shell git rev-parse --short=7 HEAD || echo "unknown")
|
||||
VERSION := $(shell grep -i ^Version cryptol.cabal | awk '{ print $$2}')
|
||||
PKG := cryptol-${VERSION}-${UNAME}-${ARCH}_${REV}
|
||||
PKG_ID ?= ${VERSION}-${UNAME}-${ARCH}_${REV}
|
||||
PKG := cryptol-${PKG_ID}
|
||||
|
||||
# Windows-specific stuff
|
||||
ifneq (,$(findstring _NT,${UNAME}))
|
||||
|
Loading…
Reference in New Issue
Block a user