diff options
author | joerg <joerg> | 2015-06-11 09:20:55 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-06-11 09:20:55 +0000 |
commit | 54182f8034ada6cbf4611dfd42c2eb8c9308648d (patch) | |
tree | 3d330b0922aa1137b263b5eebc993dd3de0f1cc5 /pkgtools | |
parent | e7c25647d5fd1927a46581f063dcd37b2297b39d (diff) | |
download | pkgsrc-54182f8034ada6cbf4611dfd42c2eb8c9308648d.tar.gz |
Do not add -Werror or -Wno-error in sys.mk, it is the generic ruleset
included everywhere.
Diffstat (limited to 'pkgtools')
6 files changed, 7 insertions, 36 deletions
diff --git a/pkgtools/bootstrap-mk-files/Makefile b/pkgtools/bootstrap-mk-files/Makefile index 17c5782b1ea..897c6e9f94c 100644 --- a/pkgtools/bootstrap-mk-files/Makefile +++ b/pkgtools/bootstrap-mk-files/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2015/06/04 16:38:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.46 2015/06/11 09:20:55 joerg Exp $ -PKGNAME= bootstrap-mk-files-20150605 +PKGNAME= bootstrap-mk-files-20150611 CATEGORIES= pkgtools CONFLICTS+= mk-files-[0-9]* diff --git a/pkgtools/bootstrap-mk-files/files/mods/FreeMiNT.sys.mk b/pkgtools/bootstrap-mk-files/files/mods/FreeMiNT.sys.mk index 1d2e0472e82..e49318e0242 100644 --- a/pkgtools/bootstrap-mk-files/files/mods/FreeMiNT.sys.mk +++ b/pkgtools/bootstrap-mk-files/files/mods/FreeMiNT.sys.mk @@ -1,16 +1,10 @@ -# $NetBSD: FreeMiNT.sys.mk,v 1.2 2015/06/04 17:11:33 ryoon Exp $ +# $NetBSD: FreeMiNT.sys.mk,v 1.3 2015/06/11 09:20:56 joerg Exp $ # NetBSD: sys.mk,v 1.58 2000/08/22 17:38:49 bjh21 Exp # @(#)sys.mk 8.2 (Berkeley) 3/21/94 unix?= We run FreeMiNT. OS!= uname -s -# At least Ubuntu 8.1 sets __attribute__((warn_unused_result)) on fwrite() -# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25509 -.if !defined(NOGCCERROR) -CFLAGS+= -Werror -.endif - .SUFFIXES: .out .a .ln .o .s .S .c .cc .cpp .cxx .C .F .f .r .y .l .cl .p .h .SUFFIXES: .sh .m4 diff --git a/pkgtools/bootstrap-mk-files/files/mods/GNUkFreeBSD.sys.mk b/pkgtools/bootstrap-mk-files/files/mods/GNUkFreeBSD.sys.mk index a87acafa42b..514bc62b670 100644 --- a/pkgtools/bootstrap-mk-files/files/mods/GNUkFreeBSD.sys.mk +++ b/pkgtools/bootstrap-mk-files/files/mods/GNUkFreeBSD.sys.mk @@ -1,4 +1,4 @@ -# $NetBSD: GNUkFreeBSD.sys.mk,v 1.2 2015/06/04 17:11:33 ryoon Exp $ +# $NetBSD: GNUkFreeBSD.sys.mk,v 1.3 2015/06/11 09:20:56 joerg Exp $ # NetBSD: sys.mk,v 1.58 2000/08/22 17:38:49 bjh21 Exp # @(#)sys.mk 8.2 (Berkeley) 3/21/94 @@ -84,12 +84,6 @@ YACC?= yacc YFLAGS?= YACC.y?= ${YACC} ${YFLAGS} -# At least Ubuntu 8.1 sets __attribute__((warn_unused_result)) on fwrite() -# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25509 -.if !defined(NOGCCERROR) -CFLAGS+= -Werror -.endif - # C .c: ${LINK.c} -o ${.TARGET} ${.IMPSRC} ${LDLIBS} diff --git a/pkgtools/bootstrap-mk-files/files/mods/Haiku.sys.mk b/pkgtools/bootstrap-mk-files/files/mods/Haiku.sys.mk index f785021077e..8b9fb81b24a 100644 --- a/pkgtools/bootstrap-mk-files/files/mods/Haiku.sys.mk +++ b/pkgtools/bootstrap-mk-files/files/mods/Haiku.sys.mk @@ -1,16 +1,10 @@ -# $NetBSD: Haiku.sys.mk,v 1.2 2015/06/04 17:11:33 ryoon Exp $ +# $NetBSD: Haiku.sys.mk,v 1.3 2015/06/11 09:20:56 joerg Exp $ # NetBSD: sys.mk,v 1.58 2000/08/22 17:38:49 bjh21 Exp # @(#)sys.mk 8.2 (Berkeley) 3/21/94 unix?= We run Haiku. OS!= uname -s -# At least Ubuntu 8.1 sets __attribute__((warn_unused_result)) on fwrite() -# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25509 -.if !defined(NOGCCERROR) -CFLAGS+= -Werror -.endif - .SUFFIXES: .out .a .ln .o .s .S .c .cc .cpp .cxx .C .F .f .r .y .l .cl .p .h .SUFFIXES: .sh .m4 diff --git a/pkgtools/bootstrap-mk-files/files/mods/Linux.sys.mk b/pkgtools/bootstrap-mk-files/files/mods/Linux.sys.mk index ff4915acf2b..a8f9883faee 100644 --- a/pkgtools/bootstrap-mk-files/files/mods/Linux.sys.mk +++ b/pkgtools/bootstrap-mk-files/files/mods/Linux.sys.mk @@ -1,4 +1,4 @@ -# $NetBSD: Linux.sys.mk,v 1.4 2015/06/04 17:11:33 ryoon Exp $ +# $NetBSD: Linux.sys.mk,v 1.5 2015/06/11 09:20:56 joerg Exp $ # NetBSD: sys.mk,v 1.58 2000/08/22 17:38:49 bjh21 Exp # @(#)sys.mk 8.2 (Berkeley) 3/21/94 @@ -84,12 +84,6 @@ YACC?= yacc YFLAGS?= YACC.y?= ${YACC} ${YFLAGS} -# At least Ubuntu 8.1 sets __attribute__((warn_unused_result)) on fwrite() -# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25509 -.if !defined(NOGCCERROR) -CFLAGS+= -Werror -.endif - # C .c: ${LINK.c} -o ${.TARGET} ${.IMPSRC} ${LDLIBS} diff --git a/pkgtools/bootstrap-mk-files/files/mods/Minix.sys.mk b/pkgtools/bootstrap-mk-files/files/mods/Minix.sys.mk index 4560fbd017b..9a1a2e9bbc9 100644 --- a/pkgtools/bootstrap-mk-files/files/mods/Minix.sys.mk +++ b/pkgtools/bootstrap-mk-files/files/mods/Minix.sys.mk @@ -1,14 +1,9 @@ -# $NetBSD: Minix.sys.mk,v 1.2 2015/06/04 17:11:33 ryoon Exp $ +# $NetBSD: Minix.sys.mk,v 1.3 2015/06/11 09:20:56 joerg Exp $ # @(#)sys.mk 8.2 (Berkeley) 3/21/94 unix?= We run Unix. OS?= Minix -# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25509 -.if !defined(NOGCCERROR) -CFLAGS+= -Werror -.endif - .SUFFIXES: .out .a .ln .o .s .S .c .cc .cpp .cxx .C .F .f .r .y .l .cl .p .h .SUFFIXES: .sh .m4 |