On Wed, 26 Feb 2014, Carl Turney <[email protected]> wrote:
> Russell, thanks much for this post (below).
> 
> Unfortunately, had a look at that link, and it's way over my head.
> 
> Can only assume that the code at that link should be copied and saved as
> a shell script file, then executed?

The main file is a Makefile, it calls a bash shell script (the part starting 
with #!/bin/bash) to do some of it's work.  The purpose of a Makefile is to 
run commands to compile things when the source is newer or when the object is 
missing.  When it's setup correctly you just type "make" to get the desired 
result.

-- 
My Main Blog         http://etbe.coker.com.au/
My Documents Blog    http://doc.coker.com.au/
_______________________________________________
luv-main mailing list
[email protected]
http://lists.luv.asn.au/listinfo/luv-main

Reply via email to