[Perl/perl5] 982c43: XS-APItest/Makefile.PL: Generate 'depend' for incl...

[email protected] (Paul Evans via perl5-changes) Mon, 27 Jul 2026 13:54:18 -0700
Newsgroups perl.perl5.changes
Message-ID <Perl/perl5/push/refs/heads/blead/[email protected]>
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 982c43260ab0dd05d74d3880c93b5292774d1f24
      https://github.com/Perl/perl5/commit/982c43260ab0dd05d74d3880c93b5292774d1f24
  Author: Paul "LeoNerd" Evans <[email protected]>
  Date:   2026-07-27 (Mon, 27 Jul 2026)

  Changed paths:
    M ext/XS-APItest/Makefile.PL

  Log Message:
  -----------
  XS-APItest/Makefile.PL: Generate 'depend' for included .xs and .inc files

Mark that the generated `APItest.c` file depends on all the actual .xs
files that are `INCLUDE:`ed into it, so that `xsubpp` will be rerun if
any of those change.

Mark that the eventual `APItest.so` compiled object depends on all the
.inc files that are `#include`ed, so that it will rerun the C compiler
to include those if any of those change.



To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications