NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bin/41282: Missing WARNS in eeprom/Makefile
>Number: 41282
>Category: bin
>Synopsis: Missing WARNS in eeprom/Makefile
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Apr 25 13:10:00 +0000 2009
>Originator: Henning Petersen
>Release: current-NetBSD
>Organization:
>Environment:
>Description:
Cross-building for a sparc64, I am missing a WARNS in Makefile.
>How-To-Repeat:
>Fix:
--- usr.sbin/eeprom/Makefile 14 Feb 2009 13:56:41 -0000 1.15
+++ usr.sbin/eeprom/Makefile 25 Apr 2009 11:07:46 -0000
@@ -4,6 +4,7 @@
.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" \
|| ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \
|| ${MACHINE} == "macppc" || ${MACHINE} == "prep"
+WARNS?= 2
PROG= eeprom
SRCS= main.c
Home |
Main Index |
Thread Index |
Old Index