Branch: refs/heads/7.9.0
  Home:   https://github.com/parrot/parrot
  Commit: b4e6bb02d64ee353cb2112f86b06dd3a64792988
      
https://github.com/parrot/parrot/commit/b4e6bb02d64ee353cb2112f86b06dd3a64792988
  Author: Reini Urban <[email protected]>
  Date:   2015-10-20 (Tue, 20 Oct 2015)

  Changed paths:
    M ChangeLog
    M config/gen/makefiles/root.in

  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.


  Commit: 43fb0f0e2551914fa3cc5b9ff611bf55896933a0
      
https://github.com/parrot/parrot/commit/43fb0f0e2551914fa3cc5b9ff611bf55896933a0
  Author: Reini Urban <[email protected]>
  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"


Compare: https://github.com/parrot/parrot/compare/f0aa3f78b749...43fb0f0e2551
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to