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:
69 There are 2 make's command-line variables 'O' and 'DESTDIR' that setup
78 $ make O=<your_custom_build_catalog>
81 $ make O=/home/hedin/prj/cpupower/build
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 \
113 If you look at the table for the default 'make' output dirs you will
130 $ make clean
131 $ make uninstall
138 $ make O=<your_custom_build_catalog> clean
141 $ make O=/home/hedin/prj/cpupower/build clean
145 $ make DESTDIR=<your_custom_install_catalog>
148 make DESTDIR=/home/hedin/prj/cpupower uninstall