pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cpuflags/files Small change to suggested COPTS u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/00a0e796ed30
branches: trunk
changeset: 493689:00a0e796ed30
user: abs <abs%pkgsrc.org@localhost>
date: Thu May 12 10:53:07 2005 +0000
description:
Small change to suggested COPTS usage - from Christopher Sean Hilton
diffstat:
devel/cpuflags/files/cpuflags.1 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 04c4b349892d -r 00a0e796ed30 devel/cpuflags/files/cpuflags.1
--- a/devel/cpuflags/files/cpuflags.1 Thu May 12 10:33:04 2005 +0000
+++ b/devel/cpuflags/files/cpuflags.1 Thu May 12 10:53:07 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cpuflags.1,v 1.15 2005/04/29 12:56:05 abs Exp $
+.\" $NetBSD: cpuflags.1,v 1.16 2005/05/12 10:53:07 abs Exp $
.Dd May 31, 2001
.Dt CPUFLAGS 1
.Os
@@ -70,7 +70,7 @@
On all except low memory machines compliation can be speeded up by adding the
following to /etc/mk.conf. (Note this will not affect the binaries produced)
.Bd -literal -offset indent
-COPTS+=-pipe
+COPTS?= -pipe ${DEFCOPTS}
CFLAGS+=-pipe
.Ed
.Sh BUGS
Home |
Main Index |
Thread Index |
Old Index