OpenBSD compatibility
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
6814cbc928
commit
95b83ba4f8
@ -48,7 +48,7 @@ if test x"$new" != x"$old"; then
|
||||
fi
|
||||
|
||||
# (Re)generate */Kbuild and */Config.in
|
||||
{ cd -- "$srctree" && find -type d; } | while read -r d; do
|
||||
{ cd -- "$srctree" && find . -type d; } | while read -r d; do
|
||||
d="${d#./}"
|
||||
|
||||
src="$srctree/$d/Kbuild.src"
|
||||
|
Reference in New Issue
Block a user