Home | History | Annotate | Download | only in dist-build

Lines Matching refs:log

56   egrep '^#define ' config.log | sort -u > config-def-compat.log
71 egrep '^#define ' config.log | sort -u > config-def.log
72 if ! cmp config-def.log config-def-compat.log; then
74 diff -u config-def.log config-def-compat.log >&2
77 rm -f config-def.log config-def-compat.log