On Thu, Jun 05, 2008 at 05:36:56AM -0700, rakesh aggarwal wrote:
> Hi,
>
> I read the GNU make manual and found there are $(or condition ) and $(and
> condition ) functions. ( at
> http://www.gnu.org/software/make/manual/make.html#Conditional-Functions )
> But i didnt get in which format i have
Hi,
I read the GNU make manual and found there are $(or condition ) and $(and
condition ) functions. ( at
http://www.gnu.org/software/make/manual/make.html#Conditional-Functions )
But i didnt get in which format i have to put conditions in these functions.
Please help me by give detail of condit
Hello make makers,
I hope you won't mind if I expand on this:
> and it looks like case-insensitive GNU make is treating 'make install' and
> 'make ./INSTALL' as synonyms. [...]
Indeed it seems weird when "install" is identified with "./install" even
though "install" is declared as a phony targ