NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

toolchain/37938: Solaris 10 / SPARC hosted build of NetBSD fails in MAKEDEV.awk



>Number:         37938
>Category:       toolchain
>Synopsis:       Solaris 10 / SPARC hosted build of NetBSD fails in MAKEDEV.awk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    toolchain-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Feb 01 15:20:01 +0000 2008
>Originator:     Palle Lyckegaard
>Release:        current
>Organization:
>Environment:
SunOS odin 5.10 Generic_118833-33 sun4u sparc SUNW,Ultra-5_10

>Description:
The attached patch to src/etc/MAKEDEV.awk removes an issue with building 
NetBSD on a Solaris 10 / SPARC hosted system (with PATH as described in 
src/tools/compat/README)

Apparently Solaris awk in /usr/xpg4/bin (MKS awk with POSIX/XCU4 changes) 
has some problems with the original construction in MAKEDEV.awk (introduced in 
rev. 1.17 of 
MAKEDEV.awk).

Please consider committing this fix so NetBSD is build on Solaris 10 / 
SPARC hosted systems.

regards
Palle

84d83
< 
96c95
<       if ( length(CONSOLE_CMAJOR) == 0) {
---
>       if (CONSOLE_CMAJOR == "") {

>How-To-Repeat:

>Fix:




Home | Main Index | Thread Index | Old Index