make clean: remove redundant removal of STAGING_DIR
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Mon, 30 Sep 2013 11:09:27 +0000 (13:09 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 1 Oct 2013 19:56:40 +0000 (21:56 +0200)
commit300eb6b751bc623a2446ead4c885bcfa84419744
tree5eb99aacf9cfecd3acef69d4c8c37b23597e3c05
parenta932f959dc5be2036995d02742d45d154ebbecb3
make clean: remove redundant removal of STAGING_DIR

Since STAGING_DIR is defined as (package/Makefile.in):

STAGING_SUBDIR = usr/$(GNU_TARGET_NAME)/sysroot
STAGING_DIR    = $(HOST_DIR)/$(STAGING_SUBDIR)

removing HOST_DIR will automatically remove STAGING_DIR. This patch updates
'make clean' based on this knowledge.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile