summaryrefslogtreecommitdiff
path: root/job.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-27 13:01:48 -0400
committerPaul Smith <psmith@gnu.org>2013-05-27 13:01:48 -0400
commitfcccad19030f421315a145beda45bc4aa68ddab7 (patch)
treee50750525d4a4576033edb283f023891ede2c668 /job.h
parent4e3485c1d9e9ecd6db6ad4ae1b90572435acca2c (diff)
downloadmake-fcccad19030f421315a145beda45bc4aa68ddab7.tar.gz
Porting to VMS, from Hartmut Becker.
Diffstat (limited to 'job.h')
-rw-r--r--job.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/job.h b/job.h
index 47451273..c9902f01 100644
--- a/job.h
+++ b/job.h
@@ -78,6 +78,10 @@ typedef int sync_handle_t; /* file descriptor */
# define RECORD_SYNC_MUTEX(m) (void)(m)
# endif
+#else /* !OUTPUT_SYNC */
+#define RECORD_SYNC_MUTEX(m) \
+ error (NILF, \
+ _("-O[TYPE] (--output-sync[=TYPE]) is not configured for this build."));
#endif /* OUTPUT_SYNC */
/* Structure describing a running or dead child process. */