[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 2.6 support



Geert Stappers wrote:
> The _and_  _or_ stuff is important. Take look at this example:
> 
> # mkdir kanweg
> mir-CHROOT:~
> # cd !$
> cd kanweg
> mir-CHROOT:~/kanweg
> # mkdir a b c
> mir-CHROOT:~/kanweg
> # touch a/a.o a/a.ko b/b.o b/b. b/b.ko c/c.o
> mir-CHROOT:~/kanweg
> # find . -name *.o
> ./a/a.o
> ./b/b.o
> ./c/c.o
> mir-CHROOT:~/kanweg
> # find . -name *.o -name *.ko
> mir-CHROOT:~/kanweg
> # find . -name *.o -o -name *.ko
> ./a/a.o
> ./a/a.ko
> ./b/b.o
> ./b/b.ko
> ./c/c.o
> mir-CHROOT:~/kanweg
> #

Actually that part of the patch works using busybox find, which does not
implement -or. Several other arts were broken for busybox, but I fixed
them after applying the patch yesterday.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: