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/libdruntime | |
| parent | c17044e509824e5ed3de94c85a7a0dd71cfd9cc1 (diff) | |
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/libdruntime')
| -rw-r--r-- | libphobos/libdruntime/Makefile.am | 2 | ||||
| -rw-r--r-- | libphobos/libdruntime/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libphobos/libdruntime/Makefile.am b/libphobos/libdruntime/Makefile.am index 8df0e1c43b9..efdae4c5786 100644 --- a/libphobos/libdruntime/Makefile.am +++ b/libphobos/libdruntime/Makefile.am @@ -167,7 +167,7 @@ install-data-local: done # Source file definitions. Boring stuff, auto-generated with -# https://gist.github.com/jpf91/8ad1dbc9902d6ad876313f134c6527d1 +# libphobos/scripts/gen_druntime_sources.d # Can't use wildcards here: # https://www.gnu.org/software/automake/manual/html_node/Wildcards.html diff --git a/libphobos/libdruntime/Makefile.in b/libphobos/libdruntime/Makefile.in index 999064e5221..1227c59b485 100644 --- a/libphobos/libdruntime/Makefile.in +++ b/libphobos/libdruntime/Makefile.in @@ -850,7 +850,7 @@ libgdruntime_convenience_la_DEPENDENCIES = $(libgdruntime_la_DEPENDENCIES) libgdruntime_convenience_la_LINK = $(libgdruntime_la_LINK) # Source file definitions. Boring stuff, auto-generated with -# https://gist.github.com/jpf91/8ad1dbc9902d6ad876313f134c6527d1 +# libphobos/scripts/gen_druntime_sources.d # Can't use wildcards here: # https://www.gnu.org/software/automake/manual/html_node/Wildcards.html DRUNTIME_CSOURCES = core/stdc/errno_.c etc/valgrind/valgrind_.c |
