HomeSort by relevance Sort by last modified time
    Searched refs:DB_BASIC (Results 1 - 6 of 6) sorted by null

  /ndk/sources/host-tools/make-3.81/
debug.h 19 #define DB_BASIC (0x001)
remake.c 437 DBF (DB_BASIC, _("File `%s' does not exist.\n"));
673 if (!noexist && ISDB (DB_BASIC|DB_VERBOSE))
684 if (ISDB (DB_BASIC))
689 if (ISDB (DB_BASIC))
710 DBF (DB_BASIC,
753 DBF (DB_BASIC, _("Must remake target `%s'.\n"));
759 DB (DB_BASIC, (_(" Ignoring VPATH name `%s'.\n"), file->hname));
775 DBF (DB_BASIC, _("Failed to remake target file `%s'.\n"));
778 DBF (DB_BASIC, _("Successfully remade target file `%s'.\n"));
781 DBF (DB_BASIC, _("Target file `%s' needs remade under -q.\n"))
    [all...]
main.c 592 db_level = db_level ? DB_NONE : DB_BASIC;
619 db_level |= DB_BASIC;
622 db_level |= DB_BASIC | DB_IMPLICIT;
628 db_level |= DB_BASIC | DB_MAKEFILES;
631 db_level |= DB_BASIC | DB_VERBOSE;
    [all...]
file.c 387 DB (DB_BASIC, (_("Removing intermediate files...\n")));
job.c     [all...]
read.c 161 DB (DB_BASIC, (_("Reading makefiles...\n")));
    [all...]

Completed in 95 milliseconds