[fpc-devel] order of tar parameters during make zipinstall
Den Jean
Den.Jean at telenet.be
Sat May 15 22:35:23 CEST 2010
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
More information about the fpc-devel
mailing list