Source-Changes-HG archive

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

[src/trunk]: src/sys/dtb use sort -u



details:   https://anonhg.NetBSD.org/src/rev/e8b2f4165996
branches:  trunk
changeset: 369981:e8b2f4165996
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 11 12:46:41 2022 +0000

description:
use sort -u

diffstat:

 sys/dtb/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r ea5346658120 -r e8b2f4165996 sys/dtb/Makefile
--- a/sys/dtb/Makefile  Sun Sep 11 09:27:18 2022 +0000
+++ b/sys/dtb/Makefile  Sun Sep 11 12:46:41 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2022/09/10 22:41:12 rillig Exp $
+#      $NetBSD: Makefile,v 1.7 2022/09/11 12:46:41 christos Exp $
 
 TARGETS+=      dtblist
 
@@ -34,5 +34,5 @@
         echo '# Generated by "make update-sets" in sys/dtb'; \
         echo '#'; \
         ${MAKE} MACHINE_ARCH=${_arch} dtblist | grep '^[\.#]' | column -t | \
-           sort | uniq) > ${.CURDIR}/../../distrib/sets/lists/dtb/ad.${_arch}
+           sort -u) > ${.CURDIR}/../../distrib/sets/lists/dtb/ad.${_arch}
 .endfor



Home | Main Index | Thread Index | Old Index