From d5866454e3b31ddcccbdcadadebb42882e954d45 Mon Sep 17 00:00:00 2001 From: johan Date: Tue, 24 Feb 2004 19:23:33 +0000 Subject: style.Makefile(5): Use WARNS?= instead of WARNS= For this to work properly for all part is the subdirectories the WARNS assignments in Makefile.inc0 are moved to the correspondning Makefile.inc. Approved by: obrien (binutils maintainer) Tested by: make universe --- gnu/usr.bin/binutils/Makefile.inc0 | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gnu/usr.bin/binutils/Makefile.inc0') diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0 index 1d3ecae..4d3d613 100644 --- a/gnu/usr.bin/binutils/Makefile.inc0 +++ b/gnu/usr.bin/binutils/Makefile.inc0 @@ -17,11 +17,6 @@ RELTOP:= .. RELSRC= ${RELTOP}/../../../contrib/binutils SRCDIR= ${.CURDIR}/${RELSRC} -.if (${TARGET_ARCH} == "alpha") -WARNS= 2 -.else -WARNS= 3 -.endif CFLAGS+= -D_GNU_SOURCE CFLAGS+= -I. .if exists(${.CURDIR}/${TARGET_ARCH}) -- cgit v1.1