Mikko Lehto writes:
Why does
modules dir also exist at root?
Try running "git clean --dry-run".
You will propably get some hints of undeleted files.
'git clean -d' deleted modules and lib dirs at root. after that 'make
modules=modules/<module> modules' worked from root. wonder why the dirs
they were not deleted automatically by 'git pull' when they were
removed from root.
-- juha