Branch: refs/heads/master
  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.


_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to