%% "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.
--
---
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
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
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
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,
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