On Thu, 26 Jan 2012 19:39:53 -0500 Bruce Lilly wrote: > On Thu, 26 Jan 2012 11:17:45 -0500 > Glenn Fowler <[email protected]> wrote:
> > > > I changed the default installation to contain > > $(INSTALLROOT)/lib/make/SCCS.mk > > and the default get action for s.a.c is now > > get s.a.c > Thanks. Does nmake then by default remove a.c after compiling to a.o? > If so, that leads to unnecessary recompilation (i.e. if nmake is run > again, it again does a get and a compile [and another remove] even if > s.a.c is unchanged and a.o has no other dependencies [assuming a.c is > specified on the target dependency line]). Even worse for s.a.y. yes it does, good catch I believe at one time that setup worked but it was not very practical, especially if many s.*.h files are in the mix does gmake do the get s.*.c and let *.c remain? _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
