Linux Makefile Question:
Download Questions PDF

Which one of the following is not a valid makefile directive?
a) if
b) elif
c) endif
d) none of the mentioned

Answer:

d) none of the mentioned

Download Makefile Interview Questions And Answers PDF

Previous QuestionNext Question
In the make-file the target and dependencies are separated by the character:
a) -
b) :
c) /
d) none of the mentioned
When a target of makefile fails to execute:
a) make does not executes any other target dependent on it
b) it returns a status
c) both (a) and (b)
d) none of the mentioned