[parrot/parrot] 71db88: distutils: clean_exe_pbc used the wrong filename

noreply at github.com noreply at github.com
Thu Oct 20 14:52:12 UTC 2011


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot

  Commit: 71db88c85f713b5785b37eb37d8e58ca6d6c8d22
      https://github.com/parrot/parrot/commit/71db88c85f713b5785b37eb37d8e58ca6d6c8d22
  Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
  Date:   2011-10-20 (Thu, 20 Oct 2011)

  Changed paths:
    M runtime/parrot/library/distutils.pir

  Log Message:
  -----------
  distutils: clean_exe_pbc used the wrong filename

The clean_exe_pbc target used _mk_path_exe(pbc) to generate the file
names to clean.  However, the exe_pbc used the bin name to generate
the files via --output.  So instead of _mk_path_exe, the clean target
should use the bin name directly with concat.

Fixes #180




More information about the parrot-commits mailing list