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. _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
