Bug in GNU Make version 3.78.1 ?

2000-08-29 Thread Scott Pedigo
Version: GNU Make version 3.78.1, by Richard Stallman and Roland McGrath. Built for sparc-sun-solaris2.8 Situation: - Files such as scripts are in two directories, one which is used for development and testing, and another which end users have in their paths. There is a

Re: automatic removal of intermediate files

2000-08-29 Thread Paul D. Smith
%% Greg Mattes [EMAIL PROTECTED] writes: gm A lot of time would have been saved if there had been a debug line gm immediately preceding the line with the rm that said something like: gm deleting intermediate files This is a good idea. Thanks. --