Re: Help : how to use $(or condition ) & $(and condition ) in makefiles

2008-06-05 Thread Sam Ravnborg
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

Help : how to use $(or condition ) & $(and condition ) in makefiles

2008-06-05 Thread rakesh aggarwal
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

Re: autoconf-2.62: `make install' fails if file system is case insensitive

2008-06-05 Thread Stepan Kasal
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