HomeSort by: relevance | last modified time | path
    Searched defs:makefiles (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gmake/dist/
main.c 115 unsigned int no_makefile:1; /* Don't propagate when remaking makefiles. */
213 /* List of makefiles given with -f switches. */
215 static struct stringlist *makefiles = 0;
277 /* If nonzero, we're in the "try to rebuild makefiles" phase. */
307 Environment variables override makefiles.\n"),
317 Search DIRECTORY for included makefiles.\n"),
376 { 'f', string, (char *) &makefiles, 0, 0, 0, 0, 0, "file" },
482 This is zero if the makefiles do not define .DEFAULT. */
567 for names read from makefiles. It is here for names passed
1459 /* Read any stdin makefiles into temporary files. *
214 static struct stringlist *makefiles = 0; variable in typeref:struct:stringlist
    [all...]
  /src/usr.bin/make/
main.c 532 Lst_Append(&opts.makefiles, bmake_strdup(argvalue));
811 /* Allow makefiles some control over the mode we run in. */
1087 Lst_Init(&opts.makefiles);
1269 ReadAllMakefiles(const StringList *makefiles)
1273 for (ln = makefiles->first; ln != NULL; ln = ln->next) {
1283 StringList makefiles = LST_INIT; local
1289 AppendWords(&makefiles, prefs);
1291 for (ln = makefiles.first; ln != NULL; ln = ln->next)
1295 Lst_Done(&makefiles);
1356 /* This is the traditional preference for makefiles. *
    [all...]
make.h 548 /* Informational, mainly used during development of makefiles. */
593 * by makefiles.
618 * Used for .include <...>, for the built-in sys.mk and for makefiles from
725 /* -f: the makefiles to read */
726 StringList makefiles; member in struct:CmdOpts

Completed in 17 milliseconds