=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/gnode.h,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/make/gnode.h 2012/03/22 13:47:12 1.18 --- src/usr.bin/make/gnode.h 2012/04/11 18:27:30 1.19 *************** *** 1,6 **** #ifndef GNODE_H #define GNODE_H ! /* $OpenBSD: gnode.h,v 1.18 2012/03/22 13:47:12 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. --- 1,6 ---- #ifndef GNODE_H #define GNODE_H ! /* $OpenBSD: gnode.h,v 1.19 2012/04/11 18:27:30 espie Exp $ */ /* * Copyright (c) 2001 Marc Espie. *************** *** 205,210 **** --- 205,212 ---- * commands for a target */ #define OP_DEPS_FOUND 0x00800000 /* Already processed by Suff_FindDeps */ #define OP_RESOLVED 0x01000000 /* We looked harder already */ + #define OP_CHEAP 0x02000000 /* Assume job is not recursive */ + #define OP_EXPENSIVE 0x04000000 /* Recursive job, don't run in parallel */ /* * OP_NOP will return true if the node with the given type was not the