Re: COFLAGS undefined

2000-03-23 Thread Paul D. Smith
%% "Albert L. Ting" <[EMAIL PROTECTED]> writes: alt> when using the --warn-undefined-variables switch, it complains alt> about COFLAGS being undefined. Could you possibly set this alt> variable to a blank? Hi; I already got your previous message and made this change. Thanks. -- ---

Re: patch for GNU make 3.78.1 porting problem on Unixware with gcc-2.95.2

2000-03-23 Thread Paul Eggert
From: "Vance Shipley" <[EMAIL PROTECTED]> Date: Thu, 23 Mar 2000 14:24:37 -0500 The next problem is that, on Unixware v7.1, tv_sec is also moved into the st__tim structure: union { time_t st__sec; /* compatible: time in seconds */ timestr

COFLAGS undefined

2000-03-23 Thread Albert L. Ting
when using the --warn-undefined-variables switch, it complains about COFLAGS being undefined. Could you possibly set this variable to a blank? Thanks, Albert *** default.c 2000/03/23 18:08:17 1.1 --- default.c 2000/03/23 18:08:37 *** *** 285 --- 286 + "COFLAGS

FORCE works when .PHONY doesn't

2000-03-23 Thread Simon Liddington
Hi, With this makefile: %.ot: %.dependency cat $< > $@ goal: $(MAKE) timestamp module.ot .PHONY: timestamp module.ot timestamp: date > module.dependency I get this: sjl@faraday:~/make% make make timestamp module.ot make[1]: Entering directory `/mnt/home/sjl/make' d

Re: Dependency race condition

2000-03-23 Thread Simon Liddington
On Thu, 23 Mar 2000, Simon Liddington wrote: > Hi, > > I am posting this to bug-make and help-make because I think it is a > problem with make which needs fixing but would like to feedback. > > The attached makefile when run repeatedly sometimes rebuilds module > and sometimes doesn't. Sorry,

Dependency race condition

2000-03-23 Thread Simon Liddington
Hi, I am posting this to bug-make and help-make because I think it is a problem with make which needs fixing but would like to feedback. The attached makefile when run repeatedly sometimes rebuilds module and sometimes doesn't. This is the only way I can see to have a phony target where other t