Source-Changes-HG archive

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

[src/trunk]: src Switch from GNU to BSD sort. Approved by the Core.



details:   https://anonhg.NetBSD.org/src/rev/26ebc478d1c7
branches:  trunk
changeset: 502186:26ebc478d1c7
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Jan 13 10:49:06 2001 +0000

description:
Switch from GNU to BSD sort. Approved by the Core.

diffstat:

 gnu/usr.bin/Makefile |  4 ++--
 usr.bin/Makefile     |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 20f54f6f7f04 -r 26ebc478d1c7 gnu/usr.bin/Makefile
--- a/gnu/usr.bin/Makefile      Sat Jan 13 10:47:29 2001 +0000
+++ b/gnu/usr.bin/Makefile      Sat Jan 13 10:49:06 2001 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.99 2000/11/06 15:35:25 itojun Exp $
+#      $NetBSD: Makefile,v 1.100 2001/01/13 10:49:06 jdolecek Exp $
 
 # for OBJECT_FMT
 .include <bsd.own.mk>
 
 SUBDIR+=       bc binutils cvs dc diff diff3 egcs gas.new gawk gdb grep gprof
-SUBDIR+=       groff gzip ld.new rcs sdiff send-pr sort texinfo
+SUBDIR+=       groff gzip ld.new rcs sdiff send-pr texinfo
 
 SUBDIR+=       cpio
 SUBDIR+=       tar
diff -r 20f54f6f7f04 -r 26ebc478d1c7 usr.bin/Makefile
--- a/usr.bin/Makefile  Sat Jan 13 10:47:29 2001 +0000
+++ b/usr.bin/Makefile  Sat Jan 13 10:49:06 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.115 2000/12/30 13:07:48 augustss Exp $
+#      $NetBSD: Makefile,v 1.116 2001/01/13 10:49:06 jdolecek 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 split \
+       showmount shuffle skey skeyinfo skeyinit soelim sort 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 \



Home | Main Index | Thread Index | Old Index