Searched refs:topdir (Results 1 - 1 of 1) sorted by relevance

/systemd/
H A Dautogen.sh21 topdir=$(dirname $0)
22 cd $topdir
44 if [ -f "$topdir/.config.args" ]; then
45 args="$args $(cat $topdir/.config.args)"
58 $topdir/configure CFLAGS='-g -O0 -ftrapv' --enable-compat-libs --enable-kdbus $args
61 $topdir/configure CFLAGS='-g -Og -ftrapv' --enable-compat-libs --enable-kdbus $args
64 $topdir/configure CFLAGS='-g -O0 -Wsuggest-attribute=pure -Wsuggest-attribute=const -ftrapv' --enable-compat-libs --enable-kdbus $args
67 $topdir/configure CC=clang CFLAGS='-g -O0 -ftrapv' --enable-compat-libs --enable-kdbus $args
70 scan-build $topdir/configure CFLAGS='-std=gnu99 -g -O0 -ftrapv' --enable-kdbus $args
78 echo "$topdir/configur
[all...]

Completed in 851 milliseconds