# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37180] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37180 > This patch fixes 'make clean' to recurse into the editor directory and 'make distclean' to remove 'editor/Makefile. It also change the behavior of 'editor/Makefile' so that the 'all' & 'clean' targets no longer modify files outside of the parrot tree. This should resolve bug #36252. config/gen/makefiles/root.in add editor/Makefile to GEN_MAKEFILES add editor-clean target add editor-clean to clean target config/gen/makefiles/editor.in remove vim-install from all target add imc.kate to all target rename clean target to vim-uninstall add 'new' clean target rename imc.kate target to imcc.xml add 'new' imc.kate target editor.in | 14 ++++++++++---- root.in | 15 +++++++++++++-- 2 files changed, 23 insertions(+), 6 deletions(-) -J --