Skip to content

Commit c3a4598

Browse files
Pull up following revision(s) (requested by hgutch in ticket #1963):
build.sh: revision 1.399 Export MKREPRO to environment when calling build.sh -P This matches what setup_mkrepro() does when MKREPRO or MKREPRO_TIMESTAMP are set manually. This fixes PR toolchain/59512.
1 parent 760372a commit c3a4598

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/env sh
2-
# $NetBSD: build.sh,v 1.333.2.9 2025/05/10 18:09:51 bouyer Exp $
2+
# $NetBSD: build.sh,v 1.333.2.10 2025/07/08 15:26:32 martin Exp $
33
#
44
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
55
# All rights reserved.
@@ -1258,6 +1258,7 @@ parseoptions()
12581258

12591259
-P)
12601260
MKREPRO=yes
1261+
export MKREPRO
12611262
;;
12621263

12631264
-R)
@@ -1982,7 +1983,7 @@ createmakewrapper()
19821983
eval cat <<EOF ${makewrapout}
19831984
#! ${HOST_SH}
19841985
# Set proper variables to allow easy "make" building of a NetBSD subtree.
1985-
# Generated from: \$NetBSD: build.sh,v 1.333.2.9 2025/05/10 18:09:51 bouyer Exp $
1986+
# Generated from: \$NetBSD: build.sh,v 1.333.2.10 2025/07/08 15:26:32 martin Exp $
19861987
# with these arguments: ${_args}
19871988
#
19881989

0 commit comments

Comments
 (0)