Vincent -
On Friday 11 February 2005 10:00, you wrote: > >>All of the Makefiles use "TAROPT=vI" to compress with bzip; the gnu tar > >>changefile indicates that "I" was superseded by "j" on 2000-10-23. The > >>attached patch changes all "vI" to "vj". > > > > The "vI" comes from fpcmake; the attached simple patch fixes it. > > The fpcmake.inc file is generated by data2inc from fpcmake.ini. Thanks - revised patch is attached.
--- /home/bobb/freepascal/cvs/fpc/utils/fpcm/fpcmake.ini.orig 2005-02-11 10:38:51.000000000 +0200 +++ /home/bobb/freepascal/cvs/fpc/utils/fpcm/fpcmake.ini 2005-02-11 10:39:10.000000000 +0200 @@ -1203,7 +1203,7 @@ # Tar options ifeq ($(USETAR),bz2) -TAROPT=vI +TAROPT=vj TAREXT=.tar.bz2 else TAROPT=vz
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal