Module Name: src
Committed By: christos
Date: Thu Feb 21 14:08:50 UTC 2013
Modified Files:
src/distrib/sets: Makefile
Log Message:
Remove -s "stable" flag, since it is not posix.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/distrib/sets/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/Makefile
diff -u src/distrib/sets/Makefile:1.87 src/distrib/sets/Makefile:1.88
--- src/distrib/sets/Makefile:1.87 Sun Feb 17 19:22:13 2013
+++ src/distrib/sets/Makefile Thu Feb 21 09:08:50 2013
@@ -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 @@ ${METALOG}.sanitised: ${METALOG}
.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