aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-07-14 11:15:24 +0000
committerJohn Marino <marino@FreeBSD.org>2015-07-14 11:15:24 +0000
commitf644ad60e617b308bc7056f28888b7f9ead6a5b7 (patch)
tree0ac60286ea66224440bc6ae65016a7123c5a4496 /sysutils
parent412140c5a8295c0e522dda32de296143ad845ceb (diff)
downloadports-f644ad60e617b308bc7056f28888b7f9ead6a5b7.tar.gz
ports-f644ad60e617b308bc7056f28888b7f9ead6a5b7.zip
sysutils dvtm is not jobs safe
This has failed on me twice so far in a multi-job build. In the last case, the dvtm program was being constructed before the dvtm.o object was built, so it's a problem with the makefile.
Notes
Notes: svn path=/head/; revision=391981
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dvtm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/dvtm/Makefile b/sysutils/dvtm/Makefile
index 90f6e9b6ea6c..6064ae8397b8 100644
--- a/sysutils/dvtm/Makefile
+++ b/sysutils/dvtm/Makefile
@@ -11,6 +11,8 @@ COMMENT= Tiling window management for the console
PLIST_FILES= bin/dvtm bin/dvtm-status \
man/man1/dvtm.1.gz
+MAKE_JOBS_UNSAFE= yes
+
pre-everything::
@${ECHO_MSG} "You can build dvtm with your own config.h using the DVTM_CONF knob:"
@${ECHO_MSG} "make DVTM_CONF=/path/to/dvtm/config.h install clean"