[fpc-devel] order of tar parameters during make zipinstall
Joost van der Sluis
joost at cnoc.nl
Mon May 17 16:10:34 CEST 2010
On Sat, 2010-05-15 at 22:35 +0200, Den Jean wrote:
> Hi,
>
> make zipinstall does not work for my busybox tar
>
> the call to tar is made like this:
> /bin/tar cfvz /svn/fpc/fpc-2.5.1.arm-linux.tar.gz *
> but my system tar wants the option 'f' right in front of the target filename.
>
> Makefile contains:
> ZIPCMD_ZIP:=$(TARPROG) cf$(TAROPT) $(ZIPDESTFILE) *
> ^^^^^^^
> # tar -v
> BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso26+0m5) multi-call binary
> Usage: tar -[czxtvO] [-X FILE] [-f TARFILE] [-C DIR] [FILE(s)]...
>
> If someone agrees to fix this, I'll make a bug report
Better make a bug-report anyway.
Joost
More information about the fpc-devel
mailing list