Ignore:
Timestamp:
May 27, 2007, 1:19:22 AM (18 years ago)
Author:
bird
Message:

Always use the GNU make getopt stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/kmkbuiltin/rmdir.c

    r813 r942  
    8787        optarg = NULL;
    8888        optopt = 0;
    89 #if defined(__FreeBSD__) || defined(__EMX__) || defined(__APPLE__)
    90         optreset = 1;
    91         optind = 1;
    92 #else
    9389        optind = 0; /* init */
    94 #endif
    9590        while ((ch = getopt_long(argc, argv, "pv", long_options, NULL)) != -1)
    9691                switch(ch) {
Note: See TracChangeset for help on using the changeset viewer.