When I make ffmpeg, I can see following lines
CC ffmpeg.o
LD ffmpeg_g
CP ffmpeg
STRIP ffmpeg
What is a quick way to find the commands for CC, LD etc. with as less modification to the Makefile?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This should do it:
Loot at the common.mak file for the magic that does the silencing.