Hello Jay! I am wondering if this is a buglet in english/Make.common, or if it is intentional.
In the cleandest:: target in english/Make.common, is the line supposed
to be
$(MAKE) -C $$i clean; \
or
$(MAKE) -C $$i cleandest; \
? (I changed it to the latter in chinese/Make.common, but just wanted
to make sure.) Thanks! :-)
Anthony

