Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external add to CLEANFILES at some places, for generated files
details: https://anonhg.NetBSD.org/src/rev/290b170ad537
branches: trunk
changeset: 789306:290b170ad537
user: drochner <drochner%NetBSD.org@localhost>
date: Tue Aug 13 19:29:45 2013 +0000
description:
add to CLEANFILES at some places, for generated files
diffstat:
external/bsd/file/lib/Makefile | 4 ++--
external/gpl3/binutils/lib/libbfd/Makefile | 8 +++++---
external/gpl3/binutils/usr.bin/ld/Makefile | 4 ++--
external/gpl3/gcc/usr.bin/libcpp/Makefile | 3 ++-
external/gpl3/gdb/lib/libbfd/Makefile | 6 +++---
5 files changed, 14 insertions(+), 11 deletions(-)
diffs (95 lines):
diff -r 9221b06c8016 -r 290b170ad537 external/bsd/file/lib/Makefile
--- a/external/bsd/file/lib/Makefile Tue Aug 13 17:30:27 2013 +0000
+++ b/external/bsd/file/lib/Makefile Tue Aug 13 19:29:45 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/03/23 16:15:59 christos Exp $
+# $NetBSD: Makefile,v 1.4 2013/08/13 19:29:45 drochner Exp $
#
USE_FORT?= yes # data driven bugs?
@@ -38,6 +38,6 @@
magic.c: magic.h
magic.h: magic.h.in
${TOOL_SED} -e "s/X.YY/514/" < ${.ALLSRC} > ${.TARGET}
-
+CLEANFILES+= magic.h
.include <bsd.lib.mk>
diff -r 9221b06c8016 -r 290b170ad537 external/gpl3/binutils/lib/libbfd/Makefile
--- a/external/gpl3/binutils/lib/libbfd/Makefile Tue Aug 13 17:30:27 2013 +0000
+++ b/external/gpl3/binutils/lib/libbfd/Makefile Tue Aug 13 19:29:45 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2013/08/06 05:35:57 matt Exp $
+# $NetBSD: Makefile,v 1.10 2013/08/13 19:29:45 drochner Exp $
NOLINKLIB= # defined
NOLINT= # defined
@@ -46,9 +46,11 @@
SRCS= ${GSRCS:.lo=.c}
DPSRCS+= elf32-target.h elf64-target.h targmatch.h \
- elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
+ elf32-ia64.c elf64-ia64.c peigen.c pepigen.c \
+ pex64igen.c
CLEANFILES+= elf32-target.h elf64-target.h targmatch.h \
- elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
+ elf32-ia64.c elf64-ia64.c peigen.c pepigen.c \
+ pex64igen.c
TEXINFO= bfd.texinfo
INFOFLAGS= -I${DIST}/bfd/doc
diff -r 9221b06c8016 -r 290b170ad537 external/gpl3/binutils/usr.bin/ld/Makefile
--- a/external/gpl3/binutils/usr.bin/ld/Makefile Tue Aug 13 17:30:27 2013 +0000
+++ b/external/gpl3/binutils/usr.bin/ld/Makefile Tue Aug 13 19:29:45 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2013/08/05 00:08:58 matt Exp $
+# $NetBSD: Makefile,v 1.18 2013/08/13 19:29:45 drochner Exp $
.include <bsd.own.mk>
@@ -119,7 +119,7 @@
.l.c .y.c .y.h:
@true
-cleanprog: __cleanldscripts
+cleandir: __cleanldscripts
__cleanldscripts:
-rm -rf ldscripts tmpdir
diff -r 9221b06c8016 -r 290b170ad537 external/gpl3/gcc/usr.bin/libcpp/Makefile
--- a/external/gpl3/gcc/usr.bin/libcpp/Makefile Tue Aug 13 17:30:27 2013 +0000
+++ b/external/gpl3/gcc/usr.bin/libcpp/Makefile Tue Aug 13 19:29:45 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/06/29 02:01:37 mrg Exp $
+# $NetBSD: Makefile,v 1.4 2013/08/13 19:29:45 drochner Exp $
LIBISPRIVATE= yes
@@ -21,5 +21,6 @@
localedir.h:
echo '#define LOCALEDIR "/usr/share/locale"' > ${.TARGET}
+CLEANFILES+= localedir.h
init.d init.o: localedir.h
diff -r 9221b06c8016 -r 290b170ad537 external/gpl3/gdb/lib/libbfd/Makefile
--- a/external/gpl3/gdb/lib/libbfd/Makefile Tue Aug 13 17:30:27 2013 +0000
+++ b/external/gpl3/gdb/lib/libbfd/Makefile Tue Aug 13 19:29:45 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2013/08/04 23:41:43 matt Exp $
+# $NetBSD: Makefile,v 1.4 2013/08/13 19:29:45 drochner Exp $
.include <bsd.own.mk>
.include "../Makefile.inc"
@@ -19,9 +19,9 @@
SRCS= ${GSRCS:.lo=.c}
DPSRCS+= elf32-target.h elf64-target.h targmatch.h \
- elf32-ia64.c elf64-ia64.c
+ elf32-ia64.c elf64-ia64.c peigen.c pex64igen.c
CLEANFILES+= elf32-target.h elf64-target.h targmatch.h \
- elf32-ia64.c elf64-ia64.c
+ elf32-ia64.c elf64-ia64.c peigen.c pex64igen.c
.PATH: ${DIST}/bfd
Home |
Main Index |
Thread Index |
Old Index