Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Solaris 10 / SPARC hosted build of NetBSD
Hi,
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
--
--
, ,
o . /(,----.)\ o
| /,\ \' ^ ^ `/ |
| (( | (o)(o) | |
_____|____\\.OOOo_(__)_oOOO._____|_____
/ \
) NetBSD (
\_____________________Oooo._____________/
| .oooO ( ) |
,---. ( ) ) / ,---.
| | | \ ( (_/ | | |
V V V \_) V V V
84d83
<
96c95
< if ( length(CONSOLE_CMAJOR) == 0) {
---
> if (CONSOLE_CMAJOR == "") {
Home |
Main Index |
Thread Index |
Old Index