On Wed, 14 Jan 2009 14:07:05 +0100
"Rocco Scappatura" <rocco.scappat...@infracom.it> wrote:

> I know that make is a really powerfull tool. I have used it (in the
> sense that I have write down some Makefile) for compiling rather few C
> projects. At the moment I can't guess how I could use 'make' for my
> purpouse. I feel that in some manner it could be a substitution matter
> that 'make' is very clever to manage. But I can't infere anything
> more..
> 
> Could you give me further insight? :-)

You're so going to kick yourself... ;-)

Stop thinking about what you use make for and think about what it does:

        make  updates  a  target if it depends on prerequisite files
        that have been modified since the target was last modified, or
        if the target does not exist.

Your targets are the configurations on the shares. Each has your master
copy as its prerequisite. Type "make all" to propagate your changes.

Chris Babcock

Attachment: signature.asc
Description: PGP signature

Reply via email to