Linux Makefile Question:
Download Questions PDF

If we want to get the exit status that specified targets are up to date or not, we have to execute the make command with option:
a) -q
b) -r
c) -s
d) -t

Makefile Interview Question
Makefile Interview Question

Answer:

a) -q

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
Which option of make command print the commands that would be executed, but do not execute them?
a) -m
b) -n
c) -o
c) -p
As we type "make" command on the terminal:
a) make reads the makefile in the current directory
b) make reads the makefile in the parent directory
c) make reads the makefile in the predefined environment variable
d) none of the mentioned