Browse Source

Do not buikd mklist as a string, it is not used anyway.

Nice speedup of MAKEDEV on slower archs. ok fries@ deraadt@
OPENBSD_3_9
otto 19 years ago
parent
commit
fb52a86fe8
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/etc/MAKEDEV.mi

+ 1
- 2
src/etc/MAKEDEV.mi View File

@ -1,7 +1,7 @@
define(COMM,`#')dnl
include(MAKEDEV.sub)dnl
dnl
vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.73 2005/02/07 06:14:18 david Exp $-})dnl
vers(a, {-$OpenBSD: MAKEDEV.mi,v 1.74 2005/10/04 07:39:37 otto Exp $-})dnl
dnl
divert(1)dnl
{-#-}
@ -197,7 +197,6 @@ dnl
M() {
RMlist="$RMlist {-$-}1"
mkl ${5-666} {-$-}1 {-$-}2 {-$-}3 {-$-}4
mklist="$mklist {-$-}1"
G={-$-}{6:-wheel}
[ "{-$-}7" ] && {
MKlist="$MKlist;chown {-$-}7:{-$-}G {-$-}1"


Loading…
Cancel
Save