Ignore:
Timestamp:
May 26, 2007, 10:03:34 PM (18 years ago)
Author:
bird
Message:

publish the two new make features.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/main.c

    r918 r938  
    13171317                          o_default, f_append, 0);
    13181318#endif
     1319#ifdef CONFIG_WITH_EXPLICIT_MULTITARGET
     1320  do_variable_definition (NILF, ".FEATURES", "explicit-multitarget",
     1321                          o_default, f_append, 0);
     1322#endif
     1323#ifdef CONFIG_WITH_PREPEND_ASSIGNMENT
     1324  do_variable_definition (NILF, ".FEATURES", "prepend-assignment",
     1325                          o_default, f_append, 0);
     1326#endif
    13191327
    13201328  /* Read in variables from the environment.  It is important that this be
     
    27612769                    {
    27622770                      sl->max += 5;
    2763                       sl->list = xrealloc (sl->list,
     2771                      sl->list = xrealloc ((void *)sl->list, /* bird */
    27642772                                           sl->max * sizeof (char *));
    27652773                    }
Note: See TracChangeset for help on using the changeset viewer.