pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cpuflags/files remove some of my debugging accid...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23721cdb8d17
branches:  trunk
changeset: 532650:23721cdb8d17
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Aug 27 10:09:22 2007 +0000

description:
remove some of my debugging accidently commited

diffstat:

 devel/cpuflags/files/cpuflags.sh |  3 +--
 devel/cpuflags/files/subr_x86    |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r e70ecb2f4171 -r 23721cdb8d17 devel/cpuflags/files/cpuflags.sh
--- a/devel/cpuflags/files/cpuflags.sh  Mon Aug 27 10:08:29 2007 +0000
+++ b/devel/cpuflags/files/cpuflags.sh  Mon Aug 27 10:09:22 2007 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: cpuflags.sh,v 1.2 2007/08/27 10:08:29 abs Exp $
+# $NetBSD: cpuflags.sh,v 1.3 2007/08/27 10:09:22 abs Exp $
 PATH=/sbin:/usr/sbin:/bin:/usr/bin:$PATH
 
 include()
@@ -62,7 +62,6 @@
     case "$hw_machine_arch" in         # all known x86 mnemonics
     i386|i486|i586|i686|x86_64|amd64|i86pc)
        include subr_x86        # this provides flags_fixup_x86arch()
-       echo $FEATURES
        l_arch=`flags_fixup_x86arch "$ARCH" "$FEATURES"`
        test -n "$l_arch" && ARCH="-march=$l_arch"
     esac
diff -r e70ecb2f4171 -r 23721cdb8d17 devel/cpuflags/files/subr_x86
--- a/devel/cpuflags/files/subr_x86     Mon Aug 27 10:08:29 2007 +0000
+++ b/devel/cpuflags/files/subr_x86     Mon Aug 27 10:09:22 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subr_x86,v 1.1 2007/08/27 10:08:30 abs Exp $
+# $NetBSD: subr_x86,v 1.2 2007/08/27 10:09:22 abs Exp $
 
 flags_fixup_x86arch()
     {
@@ -9,7 +9,6 @@
     # The format of table is
     # feature:lowend_arch:fix_arch
     #
-    echo $AWK -v "arch=${arch#-march=}" -v "features=$features" >&2
     $AWK -v "arch=${arch#-march=}" -v "features=$features" '
        BEGIN { split(features,ar); FS=":" }
        { for (af in ar)



Home | Main Index | Thread Index | Old Index