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

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to