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

kind regards,

Den Jean



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

Reply via email to