Branch: refs/heads/smoke-me/make-clean-gh1206
  Home:   https://github.com/parrot/parrot
  Commit: 0f8a7de7aa802a38393802c6599be94e2b01468a
      
https://github.com/parrot/parrot/commit/0f8a7de7aa802a38393802c6599be94e2b01468a
  Author: Reini Urban <[email protected]>
  Date:   2015-10-20 (Tue, 20 Oct 2015)

  Changed paths:
    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