]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
Makefile: make skeleton rsync options consistent
authorDanomi Manchego <danomimanchego123@gmail.com>
Wed, 1 May 2013 17:15:26 +0000 (17:15 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 2 May 2013 21:33:08 +0000 (23:33 +0200)
commite97376a0fc018970f7a166f183d3817a6b1bfaf1
treebf697379a3a74d70af546d103e67d545cfe809af
parente74edc6d9c38dc8685bee84d9bd70b64e1231b50
Makefile: make skeleton rsync options consistent

Initially, a "cp" was used for the one-time target skeleton
installation, and an "rsync" was used for the every-time overlay
skeleton installations.  Then, the target skeleton install was
changed to also use rsync (1cd3f992fb3659aacbb0cdd3ed64347a37569891).
Now there are two rsyncs, but with different filter specs, which
seems odd.

This patch adds --excludes to both invocations of rsync to make them
consistent, and removes the -u option from the initial target skeleton
installation.

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile