Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!pyramid!hplabs!oliveb!jal From: jal@oliveb.UUCP Newsgroups: net.unix-wizards,net.unix Subject: Maintaing library modules with Make 4.2BSD Message-ID: <878@oliveb.UUCP> Date: Wed, 28-May-86 09:36:57 EDT Article-I.D.: oliveb.878 Posted: Wed May 28 09:36:57 1986 Date-Received: Fri, 30-May-86 06:17:13 EDT Distribution: net Organization: Olivetti ATC; Cupertino, Ca Lines: 21 Xref: watmath net.unix-wizards:18220 net.unix:7990 I am currently building a library for a port we are doing. I would like to use make to automatically check the time of a module within a library, and if it is older than the corresponding source, to recompile the source and replace the module in the library. I tried something like: library(module) : module.c . . but it reompiled everytime. I eventually ended up using dummy files which were touched every time the corresponding module was recompiled but it is messy. Any thoughts? Thanks in advance, Jayen.