]> granicus.if.org Git - apache/commit
Don't use GNU tar.
authorWilfredo Sanchez <wsanchez@apache.org>
Mon, 25 Nov 2002 04:17:11 +0000 (04:17 +0000)
committerWilfredo Sanchez <wsanchez@apache.org>
Mon, 25 Nov 2002 04:17:11 +0000 (04:17 +0000)
commit64cde5bb9f43a7c5d1c5b3b579a7c488814b11b2
tree6f0255e516b1b2c34ba654a18af85783638a3055
parent2f7a8ee0979b9bf59f64848ba43eb43668e65931
Don't use GNU tar.
Problem here is that GNU tar creates tar archives which are not POSIX-compliant and cannot be unpacked using a POSIX tar program.
Typical oopsie is a developer uses binbuild to pack up an httpd release on a system which does not include gtar in the standard distro, but it's there on the developer's computer.  User downloads it and find that it won't unpack with standard tar, even though it claims to be a tar archive.  Blah.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97635 13f79535-47bb-0310-9956-ffa450edef68
build/binbuild.sh