Makefile: simplify target skeleton copying
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 26 Mar 2013 07:33:18 +0000 (08:33 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 26 Mar 2013 07:33:18 +0000 (08:33 +0100)
commit13c07c79a401a8821b3224bc00c60c097f011add
tree8711f8d80530541568d702f4aefc26638cd5fe48
parent1cd3f992fb3659aacbb0cdd3ed64347a37569891
Makefile: simplify target skeleton copying

We already use the .root stamp file to remember if we have copied the
skeleton, so we can remove the /bin check.

Likewise, we should always have a TARGET_SKELETON (or explicitly error
out otherwise), so remove that check as well.

Finally, now that we're using rsync to do the copy, we might as well
use its exclude support instead of cleaning up unwanted files afterwards.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile