'nmake'

Eduardo Krell ekrell at hector.UUCP
Sat May 27 12:41:55 AEST 1989


In article <4321 at ficc.uu.net> peter at ficc.uu.net (Peter da Silva) writes:
>how do you maintain the state file in the face of
>an arbitrary number of editors, etc, capable of being used to munge a
>file without telling the state file? Or do you have to run some program to
>update the state file whenever you edit a file?

nmake stores in the state file the info it needs to determine what would
have to be recompiled next time. Things like time stamps of files, binding
of source and header files (ie, foo.h came from /usr/myinclude and bar.h
came from /project1/release2/include), command line options to cc,
etc.

The state file doesn't need to be kept up to date between nmake runs.
Next time you run nmake, it will recompile whatever needs to be recompiled
and update the state file.
    
Eduardo Krell                   AT&T Bell Laboratories, Murray Hill, NJ

UUCP: {att,decvax,ucbvax}!ulysses!ekrell  Internet: ekrell at ulysses.att.com



More information about the Comp.unix.wizards mailing list