1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/devel/distorm
John Marino 0cb8a7439c 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 ";"
2016-08-27 06:10:10 +00:00
..
files
distinfo
Makefile
pkg-descr