Lines Matching full:echo
230 CFLAGS=`echo "$CFLAGS" | sed -e 's/-O[0-9]*//g'`
250 CFLAGS=`echo "$CFLAGS" | sed -e 's/ +/ /g'`
251 CXXFLAGS=`echo "$CXXFLAGS" | sed -e 's/ +/ /g'`
252 CPPFLAGS=`echo "$CPPFLAGS" | sed -e 's/ +/ /g'`
1025 EXPANDED_LOCALSTATEDIR=`eval echo $LOCALSTATEDIR_TMP`
1029 EXPANDED_SYSCONFDIR=`eval echo $SYSCONFDIR_TMP`
1033 EXPANDED_BINDIR=`eval echo $BINDIR_TMP`
1037 EXPANDED_LIBDIR=`eval echo $LIBDIR_TMP`
1041 EXPANDED_DATADIR=`eval echo $DATADIR_TMP`
1221 test/data/valid-service-files/debug-echo.service
1223 test/data/valid-service-files/debug-shell-echo-success.service
1224 test/data/valid-service-files/debug-shell-echo-fail.service
1228 echo "
1250 echo "
1279 echo "NOTE: building with unit tests increases the size of the installed library and renders it insecure."
1282 echo "NOTE: building with unit tests but without assertions means tests may not properly report failures (this configuration is only useful when doing something like profiling the tests)"
1285 echo "NOTE: building with coverage profiling is definitely for developers only."
1288 echo "NOTE: building with verbose mode increases library size, may slightly increase security risk, and decreases performance."
1291 echo "NOTE: building with assertions increases library size and decreases performance."
1294 echo "NOTE: building without checks for arguments passed to public API makes it harder to debug apps using D-Bus, but will slightly decrease D-Bus library size and _very_ slightly improve performance."