]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
build: use find -perm /mode, instead of -perm +mode STRIP_FIND_CMD
authorTzu-Jung Lee <roylee17@gmail.com>
Wed, 19 Jun 2013 09:24:50 +0000 (17:24 +0800)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 27 Jul 2013 21:38:17 +0000 (23:38 +0200)
commit88418bd2de3e2161fc5085a68c5e558a95644a07
tree55f77e4e79b2f30cbad808266e24474347b60ccf
parentdad93df6e83d5f463567ced4fb4d3738a5a6ce73
build: use find -perm /mode, instead of -perm +mode STRIP_FIND_CMD

The -perm +mode is deprecated, and sometimes yields suprising results.
It can be confused with permission in symbolic mode, for example '+u+g',
as POSIX spec suggests.

Signed-off-by: Tzu-Jung Lee <tjlee@ambarella.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile