[parrot/parrot] f0aa3f: Supported Release 7.9.0 - "Sangihe hanging parrot"

GitHub noreply at github.com
Tue Oct 20 09:52:35 UTC 2015


  Branch: refs/heads/smoke-me/make-clean-gh1206
  Home:   https://github.com/parrot/parrot
  Commit: f0aa3f78b749003ea29352ed7489a2a75f335dea
      https://github.com/parrot/parrot/commit/f0aa3f78b749003ea29352ed7489a2a75f335dea
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2015-10-20 (Tue, 20 Oct 2015)

  Changed paths:
    M ChangeLog
    M VERSION
    M docs/parrothist.pod
    M docs/project/release_manager_guide.pod
    M t/native_pbc/integer_4_be.pbc
    M t/native_pbc/integer_4_le.pbc
    M t/native_pbc/integer_8_be.pbc
    M t/native_pbc/integer_8_le.pbc
    M t/native_pbc/number_4_12_le.pbc
    M t/native_pbc/number_4_16_be.pbc
    M t/native_pbc/number_4_8_be.pbc
    M t/native_pbc/number_4_8_le.pbc
    M t/native_pbc/number_8_16_be.pbc
    M t/native_pbc/number_8_16_le.pbc
    M t/native_pbc/number_8_8_be.pbc
    M t/native_pbc/number_8_8_le.pbc
    M t/native_pbc/string_4_be.pbc
    M t/native_pbc/string_4_le.pbc
    M t/native_pbc/string_8_be.pbc
    M t/native_pbc/string_8_le.pbc
    M tools/release/release.json

  Log Message:
  -----------
  Supported Release 7.9.0 - "Sangihe hanging parrot"


  Commit: 055456793f0a00c06defc225a4d6ca054f0568bd
      https://github.com/parrot/parrot/commit/055456793f0a00c06defc225a4d6ca054f0568bd
  Author: Reini Urban <rurban at cpanel.net>
  Date:   2015-10-20 (Tue, 20 Oct 2015)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  [config] unquote the make clean args

We use now /bin/rm for $(RM_F) in the Makefile
which did not expand "$(INC_PMC_DIR)/pmc_*.h"
and many more generated files.
This led to leftovers, confusing make install.
E.g. the file include/pmc/pmc_default.h was not removed, and so was not rebuilt,
and so was not added to MANIFEST.generated, so t/distro/manifest_generated.t
failed.

`make clean realclean` does now the same as
`git clean -dxf`
Fixes GH #1194 and GH #1206.


Compare: https://github.com/parrot/parrot/compare/0f8a7de7aa80...055456793f0a


More information about the parrot-commits mailing list