CVS commit: src/external/gpl3/binutils/usr.bin/common

2022-12-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec 26 16:41:01 UTC 2022

Modified Files:
src/external/gpl3/binutils/usr.bin/common: Makefile.prog

Log Message:
Strip doc from the man path


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
src/external/gpl3/binutils/usr.bin/common/Makefile.prog

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/usr.bin/common/Makefile.prog
diff -u src/external/gpl3/binutils/usr.bin/common/Makefile.prog:1.10 src/external/gpl3/binutils/usr.bin/common/Makefile.prog:1.11
--- src/external/gpl3/binutils/usr.bin/common/Makefile.prog:1.10	Tue Jan 26 14:37:47 2016
+++ src/external/gpl3/binutils/usr.bin/common/Makefile.prog	Mon Dec 26 11:41:00 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.prog,v 1.10 2016/01/26 19:37:47 christos Exp $
+#	$NetBSD: Makefile.prog,v 1.11 2022/12/26 16:41:00 christos Exp $
 #
 # Common Makefile fragment for a binutils program.
 #
@@ -17,7 +17,7 @@ BUPROG=		${G_PROGRAMS:M${XPROG}*:S/-/_/}
 
 SRCS=		${G_${BUPROG}_OBJECTS:.o=.c} \
 		${G_${BUPROG}_DEPENDENCIES:M*.o:.o=.c}
-MAN=		${G_man_MANS:M${PROG}.1}
+MAN=		${G_man_MANS:T:M${PROG}.1}
 
 
 .if !empty(G_${BUPROG}_DEPENDENCIES:M*/libopcodes*)



CVS commit: src/external/gpl3/binutils/usr.bin/common

2022-12-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec 26 16:41:01 UTC 2022

Modified Files:
src/external/gpl3/binutils/usr.bin/common: Makefile.prog

Log Message:
Strip doc from the man path


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
src/external/gpl3/binutils/usr.bin/common/Makefile.prog

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.