
26 Feb
2014
26 Feb
'14
3:32 a.m.
On Wed, 26 Feb 2014, Carl Turney <carl@boms.com.au> 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/