mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 21:59:47 +02:00
* vj for bz2 compression
This commit is contained in:
parent
7c944ee49e
commit
1d857bdb67
@ -1247,7 +1247,7 @@ const fpcmakeini : array[0..205,1..240] of char=(
|
||||
#010+
|
||||
'# Tar options'#010+
|
||||
'ifeq ($(USETAR),bz2)'#010+
|
||||
'TAROP','T=vI'#010+
|
||||
'TAROP','T=vj'#010+
|
||||
'TAREXT=.tar.bz2'#010+
|
||||
'else'#010+
|
||||
'TAROPT=vz'#010+
|
||||
|
@ -1203,7 +1203,7 @@ ZIPEXT=.zip
|
||||
|
||||
# Tar options
|
||||
ifeq ($(USETAR),bz2)
|
||||
TAROPT=vI
|
||||
TAROPT=vj
|
||||
TAREXT=.tar.bz2
|
||||
else
|
||||
TAROPT=vz
|
||||
|
Loading…
Reference in New Issue
Block a user