public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [next] kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree build
@ 2019-04-19  8:33 Sergey Senozhatsky
  2019-04-19  8:59 ` yamada.masahiro
  0 siblings, 1 reply; 3+ messages in thread
From: Sergey Senozhatsky @ 2019-04-19  8:33 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-kernel, Sergey Senozhatsky

Hello Masahiro,

It seems that commit a9a49c2ad9b9b8 (linux-next) breaks ./scripts/tags.sh
on my system. It scans, basically, my entire drive now (including the
root partition):

$ ./scripts/tags.sh tags
find: ‘/arch/*.[chS]/’: No such file or directory
find: ‘/include’: No such file or directory
find: ‘/boot/lost+found’: Permission denied
find: ‘/etc/pacman.d/gnupg/openpgp-revocs.d’: Permission denied
find: ‘/etc/pacman.d/gnupg/private-keys-v1.d’: Permission denied
find: ‘/etc/pacman.d/gnupg/crls.d’: Permission denied
find: ‘/etc/polkit-1/rules.d’: Permission denied
find: ‘/etc/sudoers.d’: Permission denied
find: ‘/etc/audisp/plugins.d’: Permission denied
find: ‘/home/lost+found’: Permission denied
find: ‘/home/sk’: Permission denied
find: ‘/lost+found’: Permission denied
ctags: Warning: --extra option is obsolete; use --extras instead
[..]


With reverted a9a49c2ad9b9b8 tags scans kernel source tree only

./scripts/tags.sh tags
find: ‘arch/*.[chS]/’: No such file or directory
ctags: Warning: --extra option is obsolete; use --extras instead
[..]

	-ss

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-19 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-19  8:33 [next] kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree build Sergey Senozhatsky
2019-04-19  8:59 ` yamada.masahiro
2019-04-19 12:33   ` Sergey Senozhatsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox