what is the first make command that should be run which will delete any current configuration and all generated files?

After unpacking the source code for a Linux kernel, what is the first make command that
should be run which will delete any current configuration and all generated files? This
command will ensure that no inappropriate files were left in the kernel archive by the
maintainer.

After unpacking the source code for a Linux kernel, what is the first make command that
should be run which will delete any current configuration and all generated files? This
command will ensure that no inappropriate files were left in the kernel archive by the
maintainer.

A.
make clean

B.
make depend

C.
make distclean

D.
make config

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *