Lines Matching +full:run +full:- +full:selinux +full:- +full:test
2 # Set-up environment variables to run programs which are built in DESTDIR folder
5 # $ export DESTDIR=$HOME/selinux-destdir
6 # $ make install install-pywrap install-rubywrap
8 # $ make test
10 # Or to use variables in a subcommand, for example to run tests:
11 # $ export DESTDIR=$HOME/selinux-destdir
12 # $ make install install-pywrap install-rubywrap
14 # $ ./scripts/env_use_destdir make test
16 if [ -z "${DESTDIR:-}" ] ; then
20 echo >&2 " DESTDIR=$(cd "$(dirname -- "$0")/.." ; pwd)/DESTDIR . $0"
25 if [ -n "${PREFIX:-}" ] ; then
28 if [ -n "${LIBDIR:-}" ] ; then
31 if [ -n "${SHLIBDIR:-}" ] ; then
36 if [ -n "${PREFIX:-}" ] ; then
39 if [ -n "${BINDIR:-}" ] ; then
42 if [ -n "${SBINDIR:-}" ] ; then
46 …HON:-python3} -c "import sysconfig; print(sysconfig.get_path('platlib', vars={'platbase': '/usr', …
47 if [ -n "${PYTHONPATH:-}" ] ; then
56 export RUBYLIB="$DESTDIR/$(${RUBY:-ruby} -e 'puts RbConfig::CONFIG["vendorlibdir"]'):$DESTDIR/$(${R…
58 # Run the command given on the command line
59 if [ $# -gt 0 ] ; then