mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-28 09:23:04 +03:00
change system description parameter in makefile
This commit is contained in:
parent
4a2da5686a
commit
934e0aae53
8
Makefile
8
Makefile
@ -19,10 +19,10 @@ CANDLE := ${WiX}/bin/candle.exe
|
||||
HEAT := ${WiX}/bin/heat.exe
|
||||
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_ID ?= ${VERSION}-${UNAME}-${ARCH}_${REV}
|
||||
PKG := cryptol-${PKG_ID}
|
||||
REV ?= $(shell git rev-parse --short=7 HEAD || echo "unknown")
|
||||
VERSION := $(shell grep -i ^Version cryptol.cabal | awk '{ print $$2}')
|
||||
SYSTEM_DESC ?= ${UNAME}-${ARCH}_${REV}
|
||||
PKG := cryptol-${VERSION}-${SYSTEM_DESC}
|
||||
|
||||
# Windows-specific stuff
|
||||
ifneq (,$(findstring _NT,${UNAME}))
|
||||
|
Loading…
Reference in New Issue
Block a user