kbuild: Fix build as root then user
authorSam Ravnborg <sam@mars.(none)>
Thu, 14 Jul 2005 20:12:40 +0000 (20:12 +0000)
committerSam Ravnborg <sam@mars.(none)>
Thu, 14 Jul 2005 20:12:40 +0000 (20:12 +0000)
commitcfca82f2179dd1aee84a5bf3b14710e4d7487aed
treed1ddaecfd623320c8a18ce6a0bc965f41e9a1e4b
parent2283a117f65650352f2a9fd6b9af4cdbf5478d14
kbuild: Fix build as root then user

From: Matthew Wilcox <matthew@wil.cx>
I inadvertently built a tree as root and then rebuilt it as a user.  I
got a lot of prompts ...

mv: overwrite `drivers/char/drm/drm_auth.o', overriding mode 0644?

Using mv -f fixes that.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/Makefile.build