[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201001061536.25576.knikanth@suse.de>
Date: Wed, 6 Jan 2010 15:36:25 +0530
From: Nikanth Karthikesan <knikanth@...e.de>
To: linux-kernel@...r.kernel.org
Cc: David Woodhouse <David.Woodhouse@...el.com>,
Michal Marek <mmarek@...e.cz>
Subject: make firmware_install pollutes $(objtree) with files owned by root
Hi
`make firmware_install` has to be run as root, so that the firmware could be
installed in /lib/firmware. But it doesn't simply install firmware from the
object directory. It first copies/converts files from source directory to the
object directory, which then gets installed.
This leads to the situation where `make clean` cannot be run as normal user as
he cannot remove files belonging to root. It would be a common expectaion to
be able to delete the source/object tree as user.
We should introduce another make target, `make firmware` to convert/copy files
from src dir to obj dir. Or this intermediate step should be avoided. Or
atleast `make firmware_install` should delete the files it created in the
object tree.
Thanks
Nikanth
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists