Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Remove -s "stable" flag, since it is not posix.



details:   https://anonhg.NetBSD.org/src/rev/0f8b24333133
branches:  trunk
changeset: 785086:0f8b24333133
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 21 14:08:50 2013 +0000

description:
Remove -s "stable" flag, since it is not posix.

diffstat:

 distrib/sets/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 058903700df6 -r 0f8b24333133 distrib/sets/Makefile
--- a/distrib/sets/Makefile     Thu Feb 21 12:31:22 2013 +0000
+++ b/distrib/sets/Makefile     Thu Feb 21 14:08:50 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.87 2013/02/18 00:22:13 christos Exp $
+#      $NetBSD: Makefile,v 1.88 2013/02/21 14:08:50 christos Exp $
 
 # Experimental RCS METALOG versioning
 # (Needs host's rcs(1) commands)
@@ -129,10 +129,10 @@
 .if ${MKUPDATE} != "no"
        ${TOOL_AWK} \
            '{ a[$$1] = $$0; } END { for (f in a) print a[f]; }' ${METALOG} | \
-           sort -s | ${TOOL_MTREE} -CSM -k all -N ${NETBSDSRCDIR}/etc \
+           sort | ${TOOL_MTREE} -CSM -k all -N ${NETBSDSRCDIR}/etc \
            >${METALOG}.new
 .else
-           sort -s ${METALOG} | ${TOOL_MTREE} -CSM -k all -N ${NETBSDSRCDIR}/etc \
+           sort ${METALOG} | ${TOOL_MTREE} -CSM -k all -N ${NETBSDSRCDIR}/etc \
            >${METALOG}.new
 .endif
        mv ${METALOG}.new ${METALOG}.sanitised



Home | Main Index | Thread Index | Old Index