Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/libcbor/lib CLEANFILES can only do files
details: https://anonhg.NetBSD.org/src/rev/45db3b85f379
branches: trunk
changeset: 745514:45db3b85f379
user: mlelstv <mlelstv%NetBSD.org@localhost>
date: Tue Mar 03 23:32:58 2020 +0000
description:
CLEANFILES can only do files
diffstat:
external/mit/libcbor/lib/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 010e4139d6f4 -r 45db3b85f379 external/mit/libcbor/lib/Makefile
--- a/external/mit/libcbor/lib/Makefile Tue Mar 03 21:42:31 2020 +0000
+++ b/external/mit/libcbor/lib/Makefile Tue Mar 03 23:32:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/03 00:36:18 christos Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/03 23:32:58 mlelstv Exp $
NOLINT=
NOMAN=
@@ -97,7 +97,7 @@
echo '#define CBOR_RESTRICT_SPECIFIER restrict' && \
echo '#define CBOR_INLINE_SPECIFIER ') > ${.TARGET}
-CLEANFILES+= cbor/configuration.h cbor
+CLEANFILES+= cbor/configuration.h
.BEGIN:
Home |
Main Index |
Thread Index |
Old Index