Changeset 520 for trunk/src/gmake/file.c


Ignore:
Timestamp:
Sep 16, 2006, 6:56:25 AM (19 years ago)
Author:
bird
Message:

Cleaning up the modifications. Changes are now either configurable or marked, and dead stuff has been removed (dll shell).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/file.c

    r503 r520  
    738738    }
    739739
    740   /* kmk changed */
    741740  f = lookup_file (".NOTPARALLEL");
    742741  if (f != 0 && f->is_target)
     742#ifndef CONFIG_WITH_EXTENDED_NOTPARALLEL
     743    not_parallel = 1;
     744#else /* CONFIG_WITH_EXTENDED_NOTPARALLEL */
    743745    {
    744746      if (f->deps == 0)
     
    752754            f2->command_flags |= COMMANDS_NOTPARALLEL;
    753755    }
     756#endif /* CONFIG_WITH_EXTENDED_NOTPARALLEL */
    754757
    755758#ifndef NO_MINUS_C_MINUS_O
Note: See TracChangeset for help on using the changeset viewer.