Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/lib/libsupc++ fix dependencies for bits/la...



details:   https://anonhg.NetBSD.org/src/rev/892cc20da02b
branches:  trunk
changeset: 938850:892cc20da02b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Sep 16 21:24:30 2020 +0000

description:
fix dependencies for bits/largefile-config.h.  the .cc files don't
depend on it, the outputs of those do.  should fix build issue
reported by otis@.

diffstat:

 external/gpl3/gcc/lib/libsupc++/Makefile.common |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r bdad57444bd7 -r 892cc20da02b external/gpl3/gcc/lib/libsupc++/Makefile.common
--- a/external/gpl3/gcc/lib/libsupc++/Makefile.common   Wed Sep 16 18:26:15 2020 +0000
+++ b/external/gpl3/gcc/lib/libsupc++/Makefile.common   Wed Sep 16 21:24:30 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.common,v 1.17 2020/09/09 09:52:16 mrg Exp $
+#      $NetBSD: Makefile.common,v 1.18 2020/09/16 21:24:30 mrg Exp $
 
 DIST=          ${GCCDIST}
 GNUHOSTDIST=   ${DIST}
@@ -78,7 +78,9 @@
 COPTS.${_f}+=  -std=gnu++17 -fimplicit-templates
 .endfor
 
-dir.cc ops.cc fs_dir.cc fs_ops.cc: bits/largefile-config.h
+.for _f in dir ops fs_dir fs_ops
+${_f}.o ${_f}.d ${_f}.pico ${_f}.po: bits/largefile-config.h
+.endfor
 
 bits/largefile-config.h:
        mkdir -p bits



Home | Main Index | Thread Index | Old Index