From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "David R. Linn" Newsgroups: gmane.emacs.bugs Subject: Re: emacs 21.3: -h flag to tar not supported on BSD/OS Date: Sun, 11 May 2003 20:37:13 -0500 (CDT) Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200305120137.h4C1bDjO029779@mailhost1.vuse.vanderbilt.edu> Reply-To: "David R. Linn" NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-Trace: main.gmane.org 1052703403 9237 80.91.224.249 (12 May 2003 01:36:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 12 May 2003 01:36:43 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Mon May 12 03:36:41 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19F2F7-0002Op-00 for ; Mon, 12 May 2003 03:36:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19F2GT-0003kj-00 for gnu-bug-gnu-emacs@m.gmane.org; Sun, 11 May 2003 21:38:05 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19F2GG-0003hU-00 for bug-gnu-emacs@gnu.org; Sun, 11 May 2003 21:37:52 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19F2G9-0003Qh-00 for bug-gnu-emacs@gnu.org; Sun, 11 May 2003 21:37:50 -0400 Original-Received: from mailhost1.vuse.vanderbilt.edu ([129.59.103.30]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19F2G8-0002Uf-00 for bug-gnu-emacs@gnu.org; Sun, 11 May 2003 21:37:44 -0400 Original-Received: from jethro (jethro [129.59.88.20])id h4C1bDjO029779; Sun, 11 May 2003 20:37:13 -0500 (CDT) Original-To: jch@bsdi.com Content-MD5: s/QF3R25Bxazd8HUID1oEA== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.5.2_04 SunOS 5.9 sun4u sparc X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5017 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5017 >> While importing emacs-21.3 into BSD/OS 4.3/5.0 I found that Makefile.in >> and leim/Makefile.in invoke tar with -chf. The -h flag is not supported >> by BSD/OS's tar (which is just a front-end for pax). >> >> I do not see any symlinks in the distribution so I wonder why this flag >> is there. If you build for multiple architectures outside of the source tree, the area from which you are installing can have symlinks into the source tree. Without the -h flag, those symlinks get installed as symlinks that don't make sense outside the build environment.