Re: Another newbie question, about makefile options

2007-03-12 Thread Doug Barton
Roland Smith wrote: On Sat, Mar 10, 2007 at 08:28:45PM +0100, Daniel Mouritsen wrote: So my question is, should i pass the makefile options only when running "make" to compile the program (that would make sence wouldnt it?) or should i use them everytime i run make as in both when doing "make" a

Re: Another newbie question, about makefile options

2007-03-10 Thread Roland Smith
On Sat, Mar 10, 2007 at 08:28:45PM +0100, Daniel Mouritsen wrote: > So my question is, should i pass the makefile options only when running > "make" to compile the program (that would make sence wouldnt it?) or should > i use them everytime i run make as in both when doing "make" and "make > instal

Re: Another newbie question, about makefile options

2007-03-10 Thread Bartosz Fabianowski
So my question is, should i pass the makefile options only when running "make" to compile the program (that would make sence wouldnt it?) or should i use them everytime i run make as in both when doing "make" and "make install clean". I think your experience already showed you that the options h