
20 Feb
2006
20 Feb
'06
7:02 a.m.
What prevents you from running "make mrproper" before running "git status" ?
Build time. Now I work with the kernel in various confg where this equals to some amount time so it matters. I dunno about u-boot, long time since I build U-boot.
If you then like to check the properness of make mrproper you issue 'make mrproper' and then what was not cleaned by 'make mrproper' shows up with 'git ls-files-o'.
-> git ls-files-o git: 'ls-files-o' is not a git-command
git ls-files -o
Sam