K 10 svn:author V 6 marino K 8 svn:date V 27 2016-08-27T06:10:10.168986Z K 7 svn:log V 460 devel/distorm: fix concurrent building For a reason I can't figure out, the "clean" target was being called simultaneously with the build target resulting in a possibility of deleting object files after they are built but before they are linked to make a library. The solution is to remove the "clean" target since it really serves no purpose in the ports framework (the work area starts clean). While here, join compound commands with "&&" rather than ";" END