Lines Matching refs:DESTDIR
69 There are 2 make's command-line variables 'O' and 'DESTDIR' that setup
72 'DESTDIR' - installation directory. This variable could also be setup in
86 $ make O=<your_custom_build_catalog> DESTDIR=<your_custom_install_catalog>
89 $ make O=/home/hedin/prj/cpupower/build DESTDIR=/home/hedin/prj/cpupower \
92 Notice that both variables 'O' and 'DESTDIR' have been provided. The reason
95 'DESTDIR' were provided then the 'install' target would assume that the
104 | libcpupower | ${DESTDIR}/usr/lib |
106 | cpupower | ${DESTDIR}/usr/bin |
108 | cpufreq-bench_plot.sh | ${DESTDIR}/usr/bin |
110 | man pages | ${DESTDIR}/usr/man |
115 ${DESTDIR} prefix. So, the structure of the output dirs remains the same
143 Use 'DESTDIR' command line variable to uninstall previously installed files
145 $ make DESTDIR=<your_custom_install_catalog>
148 make DESTDIR=/home/hedin/prj/cpupower uninstall