Lines Matching refs:DESTDIR
73 There are 2 make's command-line variables 'O' and 'DESTDIR' that setup
76 'DESTDIR' - installation directory. This variable could also be setup in
90 $ make O=<your_custom_build_catalog> DESTDIR=<your_custom_install_catalog>
93 $ make O=/home/hedin/prj/cpupower/build DESTDIR=/home/hedin/prj/cpupower \
96 Notice that both variables 'O' and 'DESTDIR' have been provided. The reason
99 'DESTDIR' were provided then the 'install' target would assume that the
108 | libcpupower | ${DESTDIR}/usr/lib |
110 | cpupower | ${DESTDIR}/usr/bin |
112 | cpufreq-bench_plot.sh | ${DESTDIR}/usr/bin |
114 | man pages | ${DESTDIR}/usr/man |
116 | systemd service | ${DESTDIR}/usr/lib/systemd/system |
118 | systemd support script | ${DESTDIR}/usr/libexec |
123 ${DESTDIR} prefix. So, the structure of the output dirs remains the same
151 Use 'DESTDIR' command line variable to uninstall previously installed files
153 $ make DESTDIR=<your_custom_install_catalog>
156 make DESTDIR=/home/hedin/prj/cpupower uninstall