Changeset 2596 for vendor/gnumake/current/job.h
- Timestamp:
- Jun 20, 2012, 12:44:52 AM (13 years ago)
- Location:
- vendor/gnumake/current
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current
- Property svn:ignore deleted
-
vendor/gnumake/current/job.h
r1989 r2596 1 1 /* Definitions for managing subprocesses in GNU Make. 2 2 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 3 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 3 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 4 Foundation, Inc. 4 5 This file is part of GNU Make. 5 6 … … 54 55 int efn; /* Completion event flag number */ 55 56 int cstatus; /* Completion status */ 57 char *comname; /* Temporary command file name */ 56 58 #endif 57 59 char *sh_batch_file; /* Script file for shell commands */ … … 67 69 extern struct child *children; 68 70 71 int is_bourne_compatible_shell(const char *path); 69 72 void new_job (struct file *file); 70 73 void reap_children (int block, int err);
Note:
See TracChangeset
for help on using the changeset viewer.