From bd60c41d05a74923db240895e4e64a6814e8638d Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 29 Mar 2016 09:31:52 -0700 Subject: [PATCH] Nmakefile: remove BOOTIMAGE_VERSION. The git-id is enough to recover the boot image name. --- Nmakefile | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.34.1