]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
fs/tar: support passing long options to tar
authorFrank Hunleth <fhunleth@troodon-software.com>
Fri, 24 Jun 2016 15:57:56 +0000 (11:57 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 25 Jun 2016 13:42:44 +0000 (15:42 +0200)
commit6ae48ae3af9840a0b09d0cf0d6b07b2435910eaa
treea1b7b2520bd47c70c04061e966543d57e50509f6
parent9a55b996651fdfbc40e202cb4dd725dce624ca91
fs/tar: support passing long options to tar

Move TAR_OPTS so that long options (or any option with an initial '-')
may be passed to tar. Since TAR_OPTS is at the front of the list, single
letter options still work.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/tar/tar.mk