Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils/usr.bin/c++filt One more fix to build...
details: https://anonhg.NetBSD.org/src/rev/c44a28e61ffd
branches: trunk
changeset: 372900:c44a28e61ffd
user: hannken <hannken%NetBSD.org@localhost>
date: Tue Jan 03 18:30:33 2023 +0000
description:
One more fix to build binutils with read-only source trees:
don't try to rebuild .../dist/binutils/doc/c++filt.1
Ok: Matthew Green
diffstat:
external/gpl3/binutils/usr.bin/c++filt/Makefile | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diffs (18 lines):
diff -r 506fae076456 -r c44a28e61ffd external/gpl3/binutils/usr.bin/c++filt/Makefile
--- a/external/gpl3/binutils/usr.bin/c++filt/Makefile Tue Jan 03 16:16:15 2023 +0000
+++ b/external/gpl3/binutils/usr.bin/c++filt/Makefile Tue Jan 03 18:30:33 2023 +0000
@@ -1,13 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2016/01/26 19:37:47 christos Exp $
+# $NetBSD: Makefile,v 1.3 2023/01/03 18:30:33 hannken Exp $
PROG= c++filt
CPPFLAGS+= -DMAIN
-CLEANFILES+= c++filt.1
.include "${.CURDIR}/../common/Makefile.prog"
.PATH: ${DIST}/libiberty
-
-c++filt.1: ${DIST}/binutils/doc/cxxfilt.man
- ${_MKTARGET_CREATE}
- ${TOOL_SED} -e "s/@PROGRAM@/${PROG}/" < $> > $@
Home |
Main Index |
Thread Index |
Old Index