diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2025-02-25 18:58:27 +0100 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gdcproject.org> | 2025-02-25 19:09:03 +0100 |
commit | fffe14f045df597bf5ab50730eebe0977eea7090 (patch) | |
tree | 601467558ba75388e920bf852711f3d37f1b23a6 /libphobos/src | |
parent | c17044e509824e5ed3de94c85a7a0dd71cfd9cc1 (diff) | |
download | gcc-fffe14f045df597bf5ab50730eebe0977eea7090.zip gcc-fffe14f045df597bf5ab50730eebe0977eea7090.tar.gz gcc-fffe14f045df597bf5ab50730eebe0977eea7090.tar.bz2 |
libphobos: Add scripts to update Makefile.am after an upstream merge
These two scripts have been used for updating Makefile.am whenever
there's been a file added/removed from either Druntime or Phobos since
the start, but never included in the source tree.
libphobos/ChangeLog:
* libdruntime/Makefile.am: Update comment.
* libdruntime/Makefile.in: Regenerate.
* src/Makefile.am: Update comment.
* src/Makefile.in: Regenerate.
* scripts/.gitignore: New file.
* scripts/README: New file.
* scripts/gen_druntime_sources.d: New file.
* scripts/gen_phobos_sources.d: New file.
Diffstat (limited to 'libphobos/src')
-rw-r--r-- | libphobos/src/Makefile.am | 2 | ||||
-rw-r--r-- | libphobos/src/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libphobos/src/Makefile.am b/libphobos/src/Makefile.am index 763ca3b..ec2bda6 100644 --- a/libphobos/src/Makefile.am +++ b/libphobos/src/Makefile.am @@ -78,7 +78,7 @@ install-data-local: done # Source file definitions. Boring stuff, auto-generated with -# https://gist.github.com/jpf91/8744acebc9dcf1e9d1a35cdff20afbb2 +# libphobos/scripts/gen_phobos_sources.d # Can't use wildcards here: # https://www.gnu.org/software/automake/manual/html_node/Wildcards.html if ENABLE_LIBDRUNTIME_ONLY diff --git a/libphobos/src/Makefile.in b/libphobos/src/Makefile.in index dcf6425..d1512b9 100644 --- a/libphobos/src/Makefile.in +++ b/libphobos/src/Makefile.in @@ -624,7 +624,7 @@ libgphobos_la_LINK = $(LIBTOOL) --tag=D $(libgphobos_la_LIBTOOLFLAGS) \ # Source file definitions. Boring stuff, auto-generated with -# https://gist.github.com/jpf91/8744acebc9dcf1e9d1a35cdff20afbb2 +# libphobos/scripts/gen_phobos_sources.d # Can't use wildcards here: # https://www.gnu.org/software/automake/manual/html_node/Wildcards.html @ENABLE_LIBDRUNTIME_ONLY_TRUE@PHOBOS_DSOURCES = |