[GRLUG] Files in make install
L. V. Lammert
lvl at omnitec.net
Fri Oct 10 17:49:41 EDT 2014
Trying to do create a copy of a current system by pushing all of the
executables into a reposity, and then install based on pulling from the
repository on the 'clone', but I cannot figure out how to show the actual
files that are installed.
Found make install --dry-run, but it does not show files being installed,
only, apparently, steps in the process:
# make --dry-run install
cd ./base && make install
make[1]: Entering directory '/usr/src/nagioscore/base'
make install-basic
make[2]: Entering directory '/usr/src/nagioscore/base'
/usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/bin
/usr/bin/install -c -m 774 -o nagios -g nagios nagios
/usr/local/nagios/bin
/usr/bin/install -c -m 774 -o nagios -g nagios nagiostats
/usr/local/nagios/bin
make[2]: Leaving directory '/usr/src/nagioscore/base'
make strip-post-install
...
Is there a better way to see actual files that would be installed?
Thanks!
Lee
More information about the grlug
mailing list