]> The Tcpdump Group git mirrors - tcpdump/commit
As "make tar" runs tar with a list of files to include in the tarball,
authorguy <guy>
Sun, 16 Jul 2000 19:12:36 +0000 (19:12 +0000)
committerguy <guy>
Sun, 16 Jul 2000 19:12:36 +0000 (19:12 +0000)
commiteee81d3ce3f7150586d4f8351384038d618574fb
tree563337a4aa2c00ce6340e6db512ebc768e2b10fd
parentce26a5daa51033b73694d44d37d4dbcf162a0439
As "make tar" runs tar with a list of files to include in the tarball,
the classic BSD "F" flag, which tells it to *exclude* certain files, is
unnecessary; furthermore, some versions of tar may not support it, and
GNU tar, as appears in FreeBSD and perhaps other BSDs, and in Linux,
interprets the "F" flag as meaning "run, at the end of each archive
volume, the script whose name is given as an argument to the flag", so
it's not even syntactically compatible with the classic "F" flag.

The latter problem causes "make tar" to fail; we remove the "F" flags to
fix the problem.
Makefile.in