Peter Vreman wrote: > Use a shell script with a for loop and pass the values to the Makefile > on the commandline with INSTALL_PREFIX= >
Thanks for the reply: I was afraid of that, but was looking for a more elegant solution :-( I manage several servers, and run into this often. I was trying to set up a makefile with #IFDEF constructs to take care of all situations. I maintain all the software under CVS, so fixing/adding things is easy and clean EXCEPT for the install process. Guess I will write a generic shell script, one which first determines the server's structure, and then recurses make appropriately. Bob -- PGP Encrypted E-Mail Preferred Public Key at: http://www.tamara-b.org/~bob/pubkey.asc . _______________________________________________ fpc-other maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-other
