don't bother creating /dev/io on archs which don't support it

This commit is contained in:
jdolecek 2002-10-23 22:56:29 +00:00
parent 07099121c1
commit e51f1ff7d3
11 changed files with 11 additions and 22 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.36 2002/10/21 04:14:51 lukem Exp $
# $NetBSD: MAKEDEV,v 1.37 2002/10/23 22:56:29 jdolecek Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -169,7 +169,6 @@ std)
mknod mem c 2 0 ; chmod 640 mem ; chgrp kmem mem
mknod null c 2 2 ; chmod 666 null
mknod zero c 2 12 ; chmod 666 zero
mknod io c 2 14 ; chmod 640 io ; chgrp kmem io
mknod klog c 7 0 ; chmod 600 klog
if $nofdesc; then
rm -f tty stdin stdout stderr

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.27 2002/10/21 04:14:52 lukem Exp $
# $NetBSD: MAKEDEV,v 1.28 2002/10/23 22:56:30 jdolecek Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -147,7 +147,6 @@ std)
mknod mem c 2 0 ; chmod 640 mem ; chgrp kmem mem
mknod null c 2 2 ; chmod 666 null
mknod zero c 2 12 ; chmod 666 zero
mknod io c 2 14 ; chmod 640 io ; chgrp kmem io
mknod klog c 7 0 ; chmod 600 klog
if $nofdesc; then
rm -f tty stdin stdout stderr

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.21 2002/10/21 04:14:52 lukem Exp $
# $NetBSD: MAKEDEV,v 1.22 2002/10/23 22:56:30 jdolecek Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -125,7 +125,6 @@ std)
mknod mem c 2 0 ; chmod 640 mem ; chgrp kmem mem
mknod null c 2 2 ; chmod 666 null
mknod zero c 2 12 ; chmod 666 zero
mknod io c 2 14 ; chmod 640 io ; chgrp kmem io
mknod tty c 1 0 ; chmod 666 tty
mknod klog c 7 0 ; chmod 600 klog
mknod stdin c 22 0 ; chmod 666 stdin

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.4 2002/10/21 04:14:52 lukem Exp $
# $NetBSD: MAKEDEV,v 1.5 2002/10/23 22:56:30 jdolecek Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -123,7 +123,6 @@ std)
mknod mem c 2 0 ; chmod 640 mem ; chgrp kmem mem
mknod null c 2 2 ; chmod 666 null
mknod zero c 2 12 ; chmod 666 zero
mknod io c 2 14 ; chmod 640 io ; chgrp kmem io
mknod tty c 1 0 ; chmod 666 tty
mknod klog c 7 0 ; chmod 600 klog
mknod stdin c 22 0 ; chmod 666 stdin

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.27 2002/10/21 04:14:56 lukem Exp $
# $NetBSD: MAKEDEV,v 1.28 2002/10/23 22:56:30 jdolecek Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -137,7 +137,6 @@ std)
mknod mem c 2 0 ; chmod 640 mem ; chgrp kmem mem
mknod null c 2 2 ; chmod 666 null
mknod zero c 2 12 ; chmod 666 zero
mknod io c 2 14 ; chmod 640 io ; chgrp kmem io
mknod klog c 7 0 ; chmod 600 klog
if $nofdesc; then
rm -f tty stdin stdout stderr

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.10 2002/10/21 04:14:56 lukem Exp $
# $NetBSD: MAKEDEV,v 1.11 2002/10/23 22:56:31 jdolecek Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -166,7 +166,6 @@ std)
mknod mem c 2 0 ; chmod 640 mem ; chgrp kmem mem
mknod null c 2 2 ; chmod 666 null
mknod zero c 2 12 ; chmod 666 zero
mknod io c 2 14 ; chmod 640 io ; chgrp kmem io
mknod klog c 7 0 ; chmod 600 klog
if $nofdesc; then
rm -f tty stdin stdout stderr

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.7 2002/10/21 04:15:00 lukem Exp $
# $NetBSD: MAKEDEV,v 1.8 2002/10/23 22:56:31 jdolecek Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -162,7 +162,6 @@ std)
mknod mem c 2 0 ; chmod 640 mem ; chgrp kmem mem
mknod null c 2 2 ; chmod 666 null
mknod zero c 2 12 ; chmod 666 zero
mknod io c 2 14 ; chmod 640 io ; chgrp kmem io
mknod klog c 7 0 ; chmod 600 klog
if $nofdesc; then
rm -f tty stdin stdout stderr

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.30 2002/10/21 04:15:00 lukem Exp $
# $NetBSD: MAKEDEV,v 1.31 2002/10/23 22:56:31 jdolecek Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -166,7 +166,6 @@ std)
mknod mem c 2 0 ; chmod 640 mem ; chgrp kmem mem
mknod null c 2 2 ; chmod 666 null
mknod zero c 2 12 ; chmod 666 zero
mknod io c 2 14 ; chmod 640 io ; chgrp kmem io
mknod klog c 7 0 ; chmod 600 klog
if $nofdesc; then
rm -f tty stdin stdout stderr

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.26 2002/10/21 04:15:00 lukem Exp $
# $NetBSD: MAKEDEV,v 1.27 2002/10/23 22:56:31 jdolecek Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -160,7 +160,6 @@ std)
mknod mem c 2 0 ; chmod 640 mem ; chgrp kmem mem
mknod null c 2 2 ; chmod 666 null
mknod zero c 2 12 ; chmod 666 zero
mknod io c 2 14 ; chmod 640 io ; chgrp kmem io
mknod klog c 7 0 ; chmod 600 klog
if $nofdesc; then
rm -f tty stdin stdout stderr

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.29 2002/10/21 04:15:03 lukem Exp $
# $NetBSD: MAKEDEV,v 1.30 2002/10/23 22:56:32 jdolecek Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -147,7 +147,6 @@ std)
mknod mem c 2 0 ; chmod 640 mem ; chgrp kmem mem
mknod null c 2 2 ; chmod 666 null
mknod zero c 2 12 ; chmod 666 zero
mknod io c 2 14 ; chmod 640 io ; chgrp kmem io
mknod klog c 5 0 ; chmod 600 klog
if $nofdesc; then
rm -f tty stdin stdout stderr

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.5 2002/10/21 04:15:03 lukem Exp $
# $NetBSD: MAKEDEV,v 1.6 2002/10/23 22:56:32 jdolecek Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -238,7 +238,6 @@ std)
mknod mem c 2 0 ; chmod 640 mem ; chgrp kmem mem
mknod null c 2 2 ; chmod 666 null
mknod zero c 2 12 ; chmod 666 zero
mknod io c 2 14 ; chmod 640 io ; chgrp kmem io
mknod klog c 7 0 ; chmod 600 klog
if $nofdesc; then
rm -f tty stdin stdout stderr