Home | History | Annotate | Download | only in tests

Lines Matching refs:build

24 if ! cmp -s ${SRCDIR}/build.ninja.in .minibootstrap/build.ninja.in; then
25 echo "tests/test_tree/build.ninja.in and .minibootstrap/build.ninja.in should be the same" >&2
29 OLDTIME=$(mtime build.ninja)
34 if [ ${OLDTIME} != $(mtime build.ninja) ]; then
35 echo "unnecessary build.ninja regeneration for null build" >&2
44 if [ ${OLDTIME} != $(mtime build.ninja) ]; then
45 echo "unnecessary build.ninja regeneration for glob addition" >&2
54 if [ ${OLDTIME} = $(mtime build.ninja) ]; then
59 OLDTIME=$(mtime build.ninja)
65 if [ ${OLDTIME} = $(mtime build.ninja) ]; then
70 OLDTIME=$(mtime build.ninja)
76 if [ ${OLDTIME} != $(mtime build.ninja) ]; then
77 echo "unnecessary build.ninja regeneration for glob removal" >&2