From 9312c006f81a7c0eac57e073ac7aef094b9b2b9e Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 8 Feb 2015 16:01:12 +0000 Subject: if BUILD_PKGS is set add sha256 hash into the metalogs --- Makefile.inc1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 8ecd7a66e53a7..217dce55fffe6 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -466,6 +466,9 @@ IMAKE+= -DNO_ROOT METALOG=${METALOG} INSTALLFLAGS+= -U -M ${METALOG} -D ${INSTALL_DDIR} MTREEFLAGS+= -W .endif +.if defined(BUILD_PKGS) +INSTALLFLAGS+= -h sha256 +.endif .if defined(DB_FROM_SRC) || defined(NO_ROOT) IMAKE_INSTALL= INSTALL="install ${INSTALLFLAGS}" IMAKE_MTREE= MTREE_CMD="mtree ${MTREEFLAGS}" -- cgit v1.2.3