pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/bootstrap-mk-files Increase default SunOS com...
details: https://anonhg.NetBSD.org/pkgsrc/rev/52b4c2de21c8
branches: trunk
changeset: 620923:52b4c2de21c8
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Wed Jul 03 11:34:27 2013 +0000
description:
Increase default SunOS compiler flags to -O2 to match most other systems.
Bump PKGVERSION to today's date.
diffstat:
pkgtools/bootstrap-mk-files/Makefile | 4 ++--
pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r bc58bd3c9a55 -r 52b4c2de21c8 pkgtools/bootstrap-mk-files/Makefile
--- a/pkgtools/bootstrap-mk-files/Makefile Wed Jul 03 10:53:06 2013 +0000
+++ b/pkgtools/bootstrap-mk-files/Makefile Wed Jul 03 11:34:27 2013 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2012/09/11 23:19:34 asau Exp $
+# $NetBSD: Makefile,v 1.33 2013/07/03 11:34:27 jperkin Exp $
-DISTNAME= bootstrap-mk-files-20120415
+DISTNAME= bootstrap-mk-files-20130703
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
diff -r bc58bd3c9a55 -r 52b4c2de21c8 pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk Wed Jul 03 10:53:06 2013 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk Wed Jul 03 11:34:27 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SunOS.sys.mk,v 1.4 2012/02/15 15:30:25 hans Exp $
+# $NetBSD: SunOS.sys.mk,v 1.5 2013/07/03 11:34:27 jperkin Exp $
# NetBSD: sys.mk,v 1.58 2000/08/22 17:38:49 bjh21 Exp
# @(#)sys.mk 8.2 (Berkeley) 3/21/94
@@ -24,7 +24,7 @@
# Unless told otherwise, assume GNU CC
CC?= gcc
-DBG?= -O
+DBG?= -O2
CFLAGS?= ${DBG}
COMPILE.c?= ${CC} ${CFLAGS} ${CPPFLAGS} -c
Home |
Main Index |
Thread Index |
Old Index