summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-07-03 11:34:27 +0000
committerjperkin <jperkin@pkgsrc.org>2013-07-03 11:34:27 +0000
commite395f7563bd30f7237fe81bd2f6a1072f5a9c60b (patch)
tree7153fed0c1d2d594d3fa3a8a9c2e417fdde8fee9 /pkgtools
parent86eb94cc693be43113f02ffe7eb518db0c107643 (diff)
downloadpkgsrc-e395f7563bd30f7237fe81bd2f6a1072f5a9c60b.tar.gz
Increase default SunOS compiler flags to -O2 to match most other systems.
Bump PKGVERSION to today's date.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/bootstrap-mk-files/Makefile4
-rw-r--r--pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile
index 645f2f15bb5..4ed4cd319d1 100644
--- a/pkgtools/bootstrap-mk-files/Makefile
+++ b/pkgtools/bootstrap-mk-files/Makefile
@@ -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 --git a/pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk b/pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk
index f134aea15d4..a9fd01f62f8 100644
--- a/pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk
+++ b/pkgtools/bootstrap-mk-files/files/mods/SunOS.sys.mk
@@ -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 @@ LINK.S?= ${CC} ${AFLAGS} ${CPPFLAGS} ${LDFLAGS}
# Unless told otherwise, assume GNU CC
CC?= gcc
-DBG?= -O
+DBG?= -O2
CFLAGS?= ${DBG}
COMPILE.c?= ${CC} ${CFLAGS} ${CPPFLAGS} -c