mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
sysutils/abduco is not jobs another
Abduco is another brilliant example featuring an "all" target that depends on a "clean" target that runs concurrently with a build target under -jX causing built object files to be deleted before they are used. Presumably the fix would be to remove the useless dependency on the "clean" target.
This commit is contained in:
parent
7774203d0b
commit
87c785cee0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421006
@ -16,6 +16,8 @@ MAKE_ARGS= CPPFLAGS="${CPPFLAGS}" STRIP="${STRIP_CMD}" \
|
||||
PLIST_FILES= bin/abduco \
|
||||
man/man1/abduco.1.gz
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "You can build abduco with your own config.h using the ABDUCO_CONF knob:"
|
||||
@${ECHO_MSG} "make ABDUCO_CONF=/path/to/abduco/config.h install clean"
|
||||
|
Loading…
Reference in New Issue
Block a user