Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: b6ec6bcc8a7999a9a7ee0d3652ef23300887bf8d
      
https://github.com/Perl/perl5/commit/b6ec6bcc8a7999a9a7ee0d3652ef23300887bf8d
  Author: Daniel Laügt <daniel.la...@gmail.com>
  Date:   2025-07-16 (Wed, 16 Jul 2025)

  Changed paths:
    M .gitignore
    M MANIFEST
    M Makefile.SH
    R makedepend_file.SH
    A makedependfile.SH

  Log Message:
  -----------
  Makefile.SH: Regen makedependfile when makedependfile.SH changed

Before the pull request:
touch makedepend_file.SH && make
=> Nothing happens

After the pull request:
touch makedependfile.SH && make
=> makedependfile is regenerated
=> *.depends are regenerated
=> makefile is regenerated with dependencies

Adding makedependfile.SH in variable SH of Makefile.SH creates the target 
makedependfile in generated makefile:
diff before/perl5/Makefile after/perl5/Makefile
785a786,788
> makedependfile: makedependfile.SH config.sh
>       $(SHELL) makedependfile.SH
>

It has also the consequence that makedependfile is deleted with the rest of 
generated files: rm -rf $(addedbyconf)



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

Reply via email to