VirtualBox

Changeset 3138 in kBuild for vendor/gnumake/current/rule.h


Ignore:
Timestamp:
Mar 12, 2018 7:32:29 PM (7 years ago)
Author:
bird
Message:

Imported make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6) from https://git.savannah.gnu.org/git/make.git.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current/rule.h

    r2596 r3138  
    11/* Definitions for using pattern rules in GNU Make.
    2 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
    3 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
    4 2010 Free Software Foundation, Inc.
     2Copyright (C) 1988-2016 Free Software Foundation, Inc.
    53This file is part of GNU Make.
    64
     
    2321  {
    2422    struct rule *next;
    25     const char **targets;       /* Targets of the rule.  */
    26     unsigned int *lens;         /* Lengths of each target.  */
    27     const char **suffixes;      /* Suffixes (after `%') of each target.  */
    28     struct dep *deps;           /* Dependencies of the rule.  */
    29     struct commands *cmds;      /* Commands to execute.  */
     23    const char **targets;       /* Targets of the rule.  */
     24    unsigned int *lens;         /* Lengths of each target.  */
     25    const char **suffixes;      /* Suffixes (after '%') of each target.  */
     26    struct dep *deps;           /* Dependencies of the rule.  */
     27    struct commands *cmds;      /* Commands to execute.  */
    3028    unsigned short num;         /* Number of targets.  */
    31     char terminal;              /* If terminal (double-colon).  */
    32     char in_use;                /* If in use by a parent pattern_search.  */
     29    char terminal;              /* If terminal (double-colon).  */
     30    char in_use;                /* If in use by a parent pattern_search.  */
    3331  };
    3432
     
    3634struct pspec
    3735  {
    38     char *target, *dep, *commands;
     36    const char *target, *dep, *commands;
    3937  };
    4038
     
    5856                          unsigned int num, int terminal, struct dep *deps,
    5957                          struct commands *commands, int override);
     58void print_rule_data_base (void);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette