Lines Matching full:make
38 $ make
40 The output directory for the 'make' command is the current directory and
47 $ sudo make install
49 'make install' command puts targets to default system dirs:
73 There are 2 make's command-line variables 'O' and 'DESTDIR' that setup
82 $ make O=<your_custom_build_catalog>
85 $ make O=/home/hedin/prj/cpupower/build
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 \
121 If you look at the table for the default 'make' output dirs you will
138 $ make clean
139 $ make uninstall
146 $ make O=<your_custom_build_catalog> clean
149 $ make O=/home/hedin/prj/cpupower/build clean
153 $ make DESTDIR=<your_custom_install_catalog>
156 make DESTDIR=/home/hedin/prj/cpupower uninstall