Skip to content
Snippets Groups Projects
Commit ecde475d authored by rtoy's avatar rtoy
Browse files

Document the use of the GTAR enviroment variable to specify GNU tar if

tar is not already GNU tar.
parent b1c8ef0d
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,10 @@ usage() {
echo "and cmucl-<version>-<arch>-<os>.extra.tar.<c> where <version>,"
echo "<arch>, and <os> are given values, and <c> is gz or bz2 depending"
echo "on the selected compression method."
echo ""
echo "Creating a source distribution requires GNU tar. If 'tar' is not GNU"
echo "tar, use the environment variable 'GTAR' to specify GNU tar. You can"
echo "use 'GTAR=gtar make-dist.sh -S ...' in this case."
exit 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment