Date: Sat, 12 Oct 2002 10:48:45 -0700 (PDT) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 19149 for review Message-ID: <200210121748.g9CHmjvL022242@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=19149 Change 19149 by jmallett@jmallett_thefather on 2002/10/12 10:47:55 Optionally override WARNS. Affected files ... .. //depot/projects/mips/gnu/usr.bin/binutils/libiberty/Makefile#2 edit Differences ... ==== //depot/projects/mips/gnu/usr.bin/binutils/libiberty/Makefile#2 (text+ko) ==== @@ -13,7 +13,7 @@ .if defined(BOOTSTRAPPING) SRCS+= basename.c .endif -WARNS= 1 +WARNS?= 1 CFLAGS+= -DHAVE_CONFIG_H INTERNALLIB= true To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210121748.g9CHmjvL022242>