pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap bootstrap: create the binary packages before...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86dc30cb2c02
branches:  trunk
changeset: 425553:86dc30cb2c02
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 16:40:19 2020 +0000

description:
bootstrap: create the binary packages before the summary message

It's strange to see the summary before all the actual work is done.

diffstat:

 bootstrap/bootstrap |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r e0621bf52b31 -r 86dc30cb2c02 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Sun Mar 22 16:34:46 2020 +0000
+++ b/bootstrap/bootstrap       Sun Mar 22 16:40:19 2020 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.275 2020/03/22 16:34:46 rillig Exp $
+# $NetBSD: bootstrap,v 1.276 2020/03/22 16:40:19 rillig Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -1428,6 +1428,10 @@
        TARGET_MKCONF="$etc_mk_conf"
 fi
 
+[ -n "${binary_kit}" ] && mkbinarykit_tar
+[ -n "${binary_gzip_kit}" ] && mkbinarykit_tgz
+[ -n "${binary_macpkg}" ] && mkbinarykit_macpkg
+
 hline="==========================================================================="
 echo ""
 echo "$hline"
@@ -1452,10 +1456,6 @@
 echo "$hline"
 echo ""
 
-[ -n "${binary_kit}" ] && mkbinarykit_tar
-[ -n "${binary_gzip_kit}" ] && mkbinarykit_tgz
-[ -n "${binary_macpkg}" ] && mkbinarykit_macpkg
-
 echo_msg "bootstrap started: $build_start"
 echo_msg "bootstrap ended:   `date`"
 



Home | Main Index | Thread Index | Old Index