Traverse ${DESTDIR}/usr/include in lexographical order.
This should fix problems reported recently on -current.
This commit is contained in:
parent
6bea9ab43b
commit
5c9b69e3ac
@ -19,7 +19,7 @@ fi
|
||||
# XXX netipx conflicts with netns (leave out netns).
|
||||
ioctl_includes=`
|
||||
cd $1
|
||||
find * -name '*.h' -follow |
|
||||
find -s * -name '*.h' -follow |
|
||||
egrep -v '^(netns)/' |
|
||||
xargs egrep -l \
|
||||
'^#[ ]*define[ ]+[A-Za-z_][A-Za-z0-9_]*[ ]+_IO[^a-z0-9_]' |
|
||||
|
Loading…
x
Reference in New Issue
Block a user