On Wed, 2012-03-07 at 03:23 -0800, AngusC wrote:
> I am reading the gnu makefile manual and section 2.4 has the example
> objects = main.o kbd.o command.o display.o \
>                insert.o search.o files.o utils.o
> 
> But at my workplace variables are defined like this:
> GENUK_PATH     := ../genuk
> 
> Is = interchangeable with := ?  Or are they slightly different?

Since you're checking the manual anyway, read the section "The Two
Flavors of Variables" and all will be revealed.

Or if not, come back and ask about the parts that aren't clear :-).

Cheers!

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <psm...@gnu.org>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.net
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Help-make mailing list
Help-make@gnu.org
https://lists.gnu.org/mailman/listinfo/help-make

Reply via email to