help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: source code: src to find (target/prerequisites/recipes)


From: Rakesh Sharma
Subject: Re: source code: src to find (target/prerequisites/recipes)
Date: Thu, 23 Jul 2015 02:16:29 -0700

You may also want to put the following code at the top of your main Makefile to 
make the output comingfrom <make -p> somewhat tractable.
################################################################
# Disable built in pattern rules.
MAKEFLAGS += -r
# Disable built in variables.
MAKEFLAGS += -R
# Disable built in suffix rules.
.SUFFIXES:
#################################################################
-Rakesh
> Thanks !
> It looks like I can parse the output of ‘--print-data-base’ to get what I 
> need.> Many thanks !
> 
> P.                                      

reply via email to

[Prev in Thread] Current Thread [Next in Thread]