Source-Changes-HG archive

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

[src/trunk]: src/usr.bin Disable sort for now, it has a corruption problem.



details:   https://anonhg.NetBSD.org/src/rev/c008eae16ea7
branches:  trunk
changeset: 502192:c008eae16ea7
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Jan 13 14:11:38 2001 +0000

description:
Disable sort for now, it has a corruption problem.

diffstat:

 usr.bin/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r e9647c511b66 -r c008eae16ea7 usr.bin/Makefile
--- a/usr.bin/Makefile  Sat Jan 13 13:26:36 2001 +0000
+++ b/usr.bin/Makefile  Sat Jan 13 14:11:38 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.116 2001/01/13 10:49:06 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.117 2001/01/13 14:11:38 simonb Exp $
 #      from: @(#)Makefile      8.3 (Berkeley) 1/7/94
 
 .include <bsd.own.mk>
@@ -18,7 +18,7 @@
        pagesize passwd paste patch pmc pr printenv printf quota rdist \
        renice rev rlogin rpcgen rpcinfo rs rsh rup \
        ruptime rusers rwall rwho script sed shar shlock \
-       showmount shuffle skey skeyinfo skeyinit soelim sort split \
+       showmount shuffle skey skeyinfo skeyinit soelim split \
        su systat tail talk tcopy tee telnet tftp time \
        tip tn3270 top touch tput tr true tset tsort tty ul \
        uname unexpand unifdef uniq units unvis usbhidaction usbhidctl users \
@@ -26,6 +26,7 @@
        wall wc what whatis whereis which who whois window \
        write xargs xinstall xlint xstr yacc yes ypcat \
        ypmatch ypwhich
+#SUBDIR+= sort
 
 .if (${MKCRYPTO} != "no")
 SUBDIR+= openssl



Home | Main Index | Thread Index | Old Index