help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

other uses for make??


From: Josh Cronemeyer
Subject: other uses for make??
Date: Thu, 29 Jul 2004 22:34:41 -0500

I have heard of people using make for other things besides compiling
software.  I have an application that I would like to try to use make
on, but not having any experience with make I am not sure if it is
feasable.  Here is my idea.

I have my home page (actually about 400 pages worth) on my ISP's unix
servers.  I make changes to the site on my local machine, and whenever I
make changes I run a perl script that removes the whole site and reloads
the whole site. This is slow! Often I change 20 to 30 pages at a time so
this is easier than uploading via ftp every page that i have changed.

I was thinking that since make can detect changes in files that it would
be able to identify which files were modified and then i would be able
to run my script on just those files. Much faster that way! Sure i could
write my perl script to do this too, but I was hoping to reuse existing
software and to learn about make.

could that work?

josh

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]