pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk Removed the unused "arch" variable.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dff177d760d
branches:  trunk
changeset: 526270:4dff177d760d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Mar 06 10:57:11 2007 +0000

description:
Removed the unused "arch" variable.

diffstat:

 mk/bulk/build.conf-example |  5 +----
 mk/bulk/post-build-conf    |  7 +++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r aa8db6c69411 -r 4dff177d760d mk/bulk/build.conf-example
--- a/mk/bulk/build.conf-example        Tue Mar 06 10:56:34 2007 +0000
+++ b/mk/bulk/build.conf-example        Tue Mar 06 10:57:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: build.conf-example,v 1.36 2006/06/02 22:01:46 dillo Exp $
+# $NetBSD: build.conf-example,v 1.37 2007/03/06 10:57:11 rillig Exp $
 #
 # This is an example configuration file for pkgsrc bulk builds.
 # Actually it's a shell script that is sourced in by the pre-build,
@@ -12,9 +12,6 @@
 # The OS release this bulk build is happening on.
 osrev=`uname -r`
 
-# The machine architecture this is happening on.
-arch=`uname -m`
-
 # Where our pkgsrc is located.
 USR_PKGSRC="/usr/pkgsrc"
 
diff -r aa8db6c69411 -r 4dff177d760d mk/bulk/post-build-conf
--- a/mk/bulk/post-build-conf   Tue Mar 06 10:56:34 2007 +0000
+++ b/mk/bulk/post-build-conf   Tue Mar 06 10:57:11 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: post-build-conf,v 1.13 2007/01/30 07:11:19 wiz Exp $
+# $NetBSD: post-build-conf,v 1.14 2007/03/06 10:57:11 rillig Exp $
 #
 
 # This file is included after the build.conf file by the "build" and
@@ -33,7 +33,7 @@
 # usage: show_config_vars
 show_config_vars() {
        pbc_section "System information" \
-               osrev arch BULK_BUILD_CONF USR_PKGSRC MAKECONF
+               osrev BULK_BUILD_CONF USR_PKGSRC MAKECONF
        pbc_section "Getting distfiles" \
                PRUNEDISTFILES ftp_proxy http_proxy
        pbc_section "Building the packages" \
@@ -49,7 +49,7 @@
 
 # usage: export_config_vars
 export_config_vars() {
-       export osrev arch BULK_BUILD_CONF USR_PKGSRC
+       export osrev BULK_BUILD_CONF USR_PKGSRC
        export PRUNEDISTFILES ftp_proxy http_proxy
        export PKGLIST NICE_LEVEL ADMIN ADMINSIG
        export UPDATE_VULNERABILITY_LIST PRUNEPACKAGES MKSUMS SIGN_AS
@@ -164,7 +164,6 @@
 
        # section "System information"
        pbc_checknonempty osrev
-       pbc_checknonempty arch
        pbc_checkexistingfile BULK_BUILD_CONF
        pbc_checkexistingdir USR_PKGSRC
        case ${MAKECONF+set} in



Home | Main Index | Thread Index | Old Index