Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/pax don't bother with cpio/tar links or compat symlinks ...



details:   https://anonhg.NetBSD.org/src/rev/63d8c8967368
branches:  trunk
changeset: 538462:63d8c8967368
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Oct 21 06:26:46 2002 +0000

description:
don't bother with cpio/tar links or compat symlinks for HOSTPROGs

diffstat:

 bin/pax/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 064d1135515d -r 63d8c8967368 bin/pax/Makefile
--- a/bin/pax/Makefile  Mon Oct 21 05:20:00 2002 +0000
+++ b/bin/pax/Makefile  Mon Oct 21 06:26:46 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.25 2002/10/20 21:20:13 thorpej Exp $
+#      $NetBSD: Makefile,v 1.26 2002/10/21 06:26:46 lukem Exp $
 #       @(#)Makefile   8.1 (Berkeley) 5/31/93
 
 # To install on versions prior to BSD 4.4 the following may have to be
@@ -46,11 +46,13 @@
 
 MAN=   pax.1 tar.1 cpio.1
 
+.if !defined(HOSTPROG)
 LINKS+=        ${BINDIR}/pax ${BINDIR}/tar
 SYMLINKS+=${BINDIR}/tar /usr/bin/tar
 
 LINKS+=        ${BINDIR}/pax ${BINDIR}/cpio
 SYMLINKS+=${BINDIR}/cpio /usr/bin/cpio
+.endif
 
 NOHTML=doc2html-error
 



Home | Main Index | Thread Index | Old Index