pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/bootstrap-mk-files/files/mods Use echo(1) ins...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/141ebba85ffc
branches:  trunk
changeset: 538940:141ebba85ffc
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Feb 21 15:51:50 2008 +0000

description:
Use echo(1) instead of lorder(1). At least my IRIX 6.5 doesn't have it.
The IRIX 5.3 lorder(1) manpage says:
"This command is useless (but not harmful) in IRIX."

diffstat:

 pkgtools/bootstrap-mk-files/files/mods/IRIX.sys.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b5eb2f587312 -r 141ebba85ffc pkgtools/bootstrap-mk-files/files/mods/IRIX.sys.mk
--- a/pkgtools/bootstrap-mk-files/files/mods/IRIX.sys.mk        Thu Feb 21 15:51:16 2008 +0000
+++ b/pkgtools/bootstrap-mk-files/files/mods/IRIX.sys.mk        Thu Feb 21 15:51:50 2008 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: IRIX.sys.mk,v 1.2 2006/08/06 18:59:41 schwarz Exp $
+#      $NetBSD: IRIX.sys.mk,v 1.3 2008/02/21 15:51:50 tnn Exp $
 #      @(#)sys.mk      8.2 (Berkeley) 3/21/94
 
 unix?=         We run Unix
@@ -67,7 +67,7 @@
 LINT?=         lint
 LINTFLAGS?=    -chapbxzF
 
-LORDER?=       lorder
+LORDER?=       echo
 
 MAKE?=         make
 



Home | Main Index | Thread Index | Old Index