[parrot/parrot] 98b8b6: Change some dependency rules to make them work wit...

GitHub noreply at github.com
Sun Jun 23 18:45:45 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 98b8b603ce7d088cf1b0e46eb02ac573de64bd96
      https://github.com/parrot/parrot/commit/98b8b603ce7d088cf1b0e46eb02ac573de64bd96
  Author: Martin Vorländer <martin.vorlaender at t-online.de>
  Date:   2012-11-03 (Sat, 03 Nov 2012)

  Changed paths:
    M config/auto/pmc.pm
    M src/dynpmc/Rules.in

  Log Message:
  -----------
  Change some dependency rules to make them work with MMS/MMK (VMS make utilities).

The VMS make utilities always need an action if they determine that a target is
older than a denpendency element.

Besides, rules like

some/header.h : some/source.c

some/source.c : some/file.dump
	$(PMC2CC) some/source.pmc

don't reflect the building process, as both the C and header file are generated
by the $(PMCCC) call.


  Commit: 86b7619bde86b39332069508f61afe1a28a7379b
      https://github.com/parrot/parrot/commit/86b7619bde86b39332069508f61afe1a28a7379b
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2013-06-23 (Sun, 23 Jun 2013)

  Changed paths:
    M config/auto/pmc.pm
    M src/dynpmc/Rules.in

  Log Message:
  -----------
  Merge pull request #865 from mvorl/depend-h_c_dump

Change some dependency rules to make them work with VMS.


Compare: https://github.com/parrot/parrot/compare/9c5c7927a9aa...86b7619bde86


More information about the parrot-commits mailing list