diff options
author | Paul Smith <psmith@gnu.org> | 2013-05-05 20:19:00 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-05-05 20:19:00 -0400 |
commit | 15f795793906ac8b184b5cf9dcbe515ba9df92ef (patch) | |
tree | 05edfefadbb99410198d1c280fc40e3a1a501380 /makeint.h | |
parent | 1d992d8fe75f5dbc832cbcfe82e3f56489f7df54 (diff) | |
download | gunmake-15f795793906ac8b184b5cf9dcbe515ba9df92ef.tar.gz |
Rename the -O "job" mode to "line" and "make" to "recurse".
Diffstat (limited to 'makeint.h')
-rw-r--r-- | makeint.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -543,10 +543,10 @@ int strncasecmp (const char *s1, const char *s2, int n); # define OUTPUT_SYNC #endif -#define OUTPUT_SYNC_NONE 0 -#define OUTPUT_SYNC_JOB 1 -#define OUTPUT_SYNC_TARGET 2 -#define OUTPUT_SYNC_MAKE 3 +#define OUTPUT_SYNC_NONE 0 +#define OUTPUT_SYNC_LINE 1 +#define OUTPUT_SYNC_TARGET 2 +#define OUTPUT_SYNC_RECURSE 3 extern const gmk_floc *reading_file; extern const gmk_floc **expanding_var; |