projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54218ab
)
Create tar file in default format
sandbox/jacekbe/large-uid-fix
author
Jacek Bukarewicz
<j.bukarewicz@samsung.com>
Mon, 1 Dec 2014 15:52:00 +0000
(16:52 +0100)
committer
Jacek Bukarewicz
<j.bukarewicz@samsung.com>
Mon, 1 Dec 2014 15:52:00 +0000
(16:52 +0100)
Previously v7 format was used which was unable to store user
ids outside of 0..
2097151
range. Build failed as a result.
Change-Id: Id32841ebdfdd8d67c9f7b4bb8a4b1d7192697e6a
m4/tar.m4
patch
|
blob
|
history
diff --git
a/m4/tar.m4
b/m4/tar.m4
index 539aa3a462ce7d8fdf8c16c8164a8e5722fd38b7..75f43ed2d144f00fd7b8b0492464151de3e42004 100644
(file)
--- a/
m4/tar.m4
+++ b/
m4/tar.m4
@@
-29,7
+29,7
@@
AC_SUBST([AMTAR], ['$${TAR-tar}'])
_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
m4_if([$1], [v7],
- [am__tar='$${TAR-tar} ch
o
f - "$$tardir"' am__untar='$${TAR-tar} xf -'],
+ [am__tar='$${TAR-tar} chf - "$$tardir"' am__untar='$${TAR-tar} xf -'],
[m4_case([$1],
[ustar],