Ignore:
Timestamp:
Jun 20, 2012, 12:44:52 AM (13 years ago)
Author:
bird
Message:

gnumake/current -> 3.82-cvs.

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  
    11/* Definitions for managing subprocesses in GNU Make.
    22Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
    3 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
     32002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
     4Foundation, Inc.
    45This file is part of GNU Make.
    56
     
    5455    int efn;                    /* Completion event flag number */
    5556    int cstatus;                /* Completion status */
     57    char *comname;              /* Temporary command file name */
    5658#endif
    5759    char *sh_batch_file;        /* Script file for shell commands */
     
    6769extern struct child *children;
    6870
     71int is_bourne_compatible_shell(const char *path);
    6972void new_job (struct file *file);
    7073void reap_children (int block, int err);
Note: See TracChangeset for help on using the changeset viewer.