use 10240 for tar record size
This commit is contained in:
parent
1638ce7212
commit
2e9fd4301f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ ARD=ar $(ARFLAGS) d
|
|||
RANLIB= ranlib
|
||||
PERL= perl
|
||||
TAR= tar
|
||||
TARFLAGS= --no-recursion
|
||||
TARFLAGS= --no-recursion --record-size=10240
|
||||
MAKEDEPPROG=makedepend
|
||||
LIBDIR=lib
|
||||
|
||||
|
|
Loading…
Reference in a new issue