Subject: port-sparc64/19259: etc/etc.sparc64/Makefile.inc is missing .endif
To: None <gnats-bugs@gnats.netbsd.org>
From: Lubomir Sedlacik <salo@Xtrmntr.org>
List: netbsd-bugs
Date: 12/04/2002 00:31:22
>Number:         19259
>Category:       port-sparc64
>Synopsis:       etc/etc.sparc64/Makefile.inc is missing .endif
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    port-sparc64-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 03 16:04:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lubomir Sedlacik
>Release:        NetBSD 1.6K
>Organization:
>Environment:
>Description:

the .if ${MACHINE_ARCH} == "sparc64" && ${MACHINE} == "sparc64" && \
        ${MK32BITLIBS} == "yes"
line is missing closing .endif

>How-To-Repeat:
try to build -current on sparc64
>Fix:

(i am not sure if this is the intended location)

Index: Makefile.inc
===================================================================
RCS file: /cvsroot/basesrc/etc/etc.sparc64/Makefile.inc,v
retrieving revision 1.19
diff -u -r1.19 Makefile.inc
--- Makefile.inc        2002/12/02 13:31:22     1.19
+++ Makefile.inc        2002/12/03 23:28:51
@@ -41,6 +41,8 @@
            && ${SPARC32_ENV} ${MAKE} ${SPARC32} ${_M} MKSHARE=no install)
 .endfor
 
+.endif
+
 #
 # Install miniroot images and auxiliary scripts to the release tree
 #
>Release-Note:
>Audit-Trail:
>Unformatted: