From: Doug Coleman Date: Tue, 29 Mar 2016 16:31:52 +0000 (-0700) Subject: Nmakefile: remove BOOTIMAGE_VERSION. The git-id is enough to recover the boot image... X-Git-Tag: unmaintained~1381 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=bd60c41d05a74923db240895e4e64a6814e8638d Nmakefile: remove BOOTIMAGE_VERSION. The git-id is enough to recover the boot image name. --- diff --git a/Nmakefile b/Nmakefile index d7a5d26122..3e137d3792 100644 --- a/Nmakefile +++ b/Nmakefile @@ -1,7 +1,3 @@ -!IF !DEFINED(BOOTIMAGE_VERSION) -BOOTIMAGE_VERSION = latest -!ENDIF - !IF !DEFINED(VERSION) VERSION = version-missing !ENDIF