• Home
  • Raw
  • Download

Lines Matching refs:out_printf

138             out_printf( "...found %d target%s...\n", counts->targets,  in make()
141 out_printf( "...using %d temp target%s...\n", counts->temp, in make()
144 out_printf( "...updating %d target%s...\n", counts->updating, in make()
147 out_printf( "...can't find %d target%s...\n", counts->cantfind, in make()
150 out_printf( "...can't make %d target%s...\n", counts->cantmake, in make()
190 out_printf( "fate change %s from %s to %s (as dependent of %s)\n", in update_dependants()
221 out_printf( "fate change %s from %s to %s (by rebuild)\n", in force_rebuilds()
306 out_printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) ); in make0()
313 out_printf( "make\t--\t%s%s\n", spaces( depth ), object_str( t->name ) ); in make0()
386 out_printf( "bind\t--\t%s%s: %s\n", spaces( depth ), in make0()
394 out_printf( "time\t--\t%s%s: %s\n", spaces( depth ), in make0()
399 out_printf( "time\t--\t%s%s: %s\n", spaces( depth ), in make0()
420 out_printf( "warning: %s depends on itself\n", object_str( in make0()
514 out_printf( "fate change %s from %s to %s by dependency %s\n", in make0()
543 out_printf( "fate change %s back to stable, NOUPDATE.\n", in make0()
641 out_printf( "fate change %s set to %s%s\n", object_str( t->name ), in make0()
644 out_printf( "fate change %s from %s to %s%s\n", object_str( t->name ), in make0()
662 out_printf( "fate change %s to STABLE from %s, " in make0()
670 out_printf( "don't know how to make %s\n", object_str( t->name ) ); in make0()
740 out_printf( "...patience...\n" ); in make0()
763 out_printf( "made%s\t%s\t%s%s\n", flag, target_fate[ (int)t->fate ], in make0()
801 out_printf( "->%s%2d Name: %s\n", spaces( depth ), depth, target_name( t in dependGraphOutput()
805 out_printf( " %s%2d Name: %s\n", spaces( depth ), depth, target_name( t in dependGraphOutput()
811 out_printf( " %s Loc: %s\n", spaces( depth ), object_str( t->boundname ) in dependGraphOutput()
817 out_printf( " %s : Stable\n", spaces( depth ) ); in dependGraphOutput()
820 out_printf( " %s : Newer\n", spaces( depth ) ); in dependGraphOutput()
823 out_printf( " %s : Up to date temp file\n", spaces( depth ) ); in dependGraphOutput()
826 out_printf( " %s : Temporary file, to be updated\n", spaces( depth ) in dependGraphOutput()
830 out_printf( " %s : Been touched, updating it\n", spaces( depth ) ); in dependGraphOutput()
833 out_printf( " %s : Missing, creating it\n", spaces( depth ) ); in dependGraphOutput()
836 out_printf( " %s : Outdated, updating it\n", spaces( depth ) ); in dependGraphOutput()
839 out_printf( " %s : Rebuild, updating it\n", spaces( depth ) ); in dependGraphOutput()
842 out_printf( " %s : Updating it\n", spaces( depth ) ); in dependGraphOutput()
845 out_printf( " %s : Can not find it\n", spaces( depth ) ); in dependGraphOutput()
848 out_printf( " %s : Can make it\n", spaces( depth ) ); in dependGraphOutput()
854 out_printf( " %s : ", spaces( depth ) ); in dependGraphOutput()
855 if ( t->flags & T_FLAG_TEMP ) out_printf( "TEMPORARY " ); in dependGraphOutput()
856 if ( t->flags & T_FLAG_NOCARE ) out_printf( "NOCARE " ); in dependGraphOutput()
857 if ( t->flags & T_FLAG_NOTFILE ) out_printf( "NOTFILE " ); in dependGraphOutput()
858 if ( t->flags & T_FLAG_TOUCHED ) out_printf( "TOUCHED " ); in dependGraphOutput()
859 if ( t->flags & T_FLAG_LEAVES ) out_printf( "LEAVES " ); in dependGraphOutput()
860 if ( t->flags & T_FLAG_NOUPDATE ) out_printf( "NOUPDATE " ); in dependGraphOutput()
861 out_printf( "\n" ); in dependGraphOutput()
866 out_printf( " %s : Depends on %s (%s)", spaces( depth ), in dependGraphOutput()
869 out_printf( " (max time)"); in dependGraphOutput()
870 out_printf( "\n" ); in dependGraphOutput()