From 316c5c85bf2ef3c935f8aabd1df076354e4188d9 Mon Sep 17 00:00:00 2001 From: marino Date: Tue, 14 Jul 2015 11:15:24 +0000 Subject: 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. --- sysutils/dvtm/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysutils') 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" -- cgit