From f576b0198852d6d17cc78e8716fdec98ffaeb836 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Thu, 24 Jan 2013 22:35:15 +0400 Subject: [PATCH] build-distro: trim BOOT_VOLI at 32 chars The nice and pleasant effect of hitting this barrier is build process break at (almost) the very end of it. --- features.in/build-distro/lib/90-build-distro.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/build-distro/lib/90-build-distro.mk b/features.in/build-distro/lib/90-build-distro.mk index a575f975..7768d60e 100644 --- a/features.in/build-distro/lib/90-build-distro.mk +++ b/features.in/build-distro/lib/90-build-distro.mk @@ -8,7 +8,7 @@ BOOT_SYSI := $(META_SYSTEM_ID) BOOT_PUBL := $(META_PUBLISHER) BOOT_PREP := $(META_PREPARER) BOOT_APPI := $(META_APP_ID) -BOOT_VOLI := $(META_VOL_ID) +BOOT_VOLI := $(shell echo $(META_VOL_ID) | cut -c1-32) BOOT_VOLS := $(META_VOL_SET) BOOT_BIBL := $(META_BIBLIO) BOOT_ABST := $(META_ABSTRACT)