OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Marc Espie (espiecvs.openbsd.org)
Date: Sat Nov 03 2007 - 05:36:48 CDT


CVSROOT: /cvs
Module name: src
Changes by: espiecvs.openbsd.org 2007/11/03 04:36:48

Modified files:
        usr.bin/make : job.c

Log message:
mark nodes as made when there is no command around the target.
real files get updated anyways, but phony nodes stay around as unmade,
which breaks things in subtle ways, since parallel mode just assumes things
get built.