fs: ensure $(TARGET_DIR_WARNING_FILE) is writable
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 28 Jan 2014 20:11:25 +0000 (21:11 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 28 Jan 2014 21:57:52 +0000 (22:57 +0100)
commit984524fda1f8260e258421f6676d522591f025da
treeb46715f49ffb06e74c3fae97593c7124b2eaa595
parentbbb1e7ae218701b74c88ee8d1f9fde7c763df54e
fs: ensure $(TARGET_DIR_WARNING_FILE) is writable

If the Buildroot tree is read-only, then $(TARGET_DIR_WARNING_FILE) is
copied read-only into target/ but we may want to remove it during the
build process.

This poses no real problem, since target/ itself is guaranteed to be
writable, but for good measure, force $(TARGET_DIR_WARNING_FILE) to be
writable itself.

Reported-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile
fs/common.mk