Version 3.79.1 on Solaris 2.8

2003-01-30 Thread Pearce, Lyall
I am not sure if this is a bug but it is a change in functionality if the
Makefile is checked into SCCS and an 'include' file does not exist, the make
fails, wheras if the Makfile is simply a plain file and the include does not
exist, the make proceeds with a warning.

This has an impact when I have an SCCS controlled makefile that includes
automatically built dependancy files. I cant do the initial make depend -
they dependancy files must pre-exist.

Your thoughts on this matter would be appreciated.

> Lyall Pearce 
> Information Specialist
> E-Mail: mailto:[EMAIL PROTECTED] 
> Phone : +61 8 (0) 8464 1535 
> Mobile: +61 8 (0) 419 811 701 
> PGP   : 0x6ebd84f7
> 
> EDS Australia 
> Level 8, 108 North Terrace 
> Adelaide, South Australia, 5000 
> 
> EDS ... the recognised global leader in ensuring clients achieve superior
> value in the Digital Economy 
> 
> 
 <> 



Pearce, Lyall.vcf
Description: Binary data
___
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make



GNU Make 3.80 under Windows - compile problem

2003-01-30 Thread Sridhar Boovaraghavan
Hi Paul,

After extracting the tarball to a directory, I issued the command
'nmake /f NMakefile' to start the compilation process.

I found this simple problem that prevents it from linking. It is
missing the hash.obj which causes undefined externals.

I have attached a patch below.

Sridhar

*** h:/Temp/NMakefile   Thu Jan 30 15:31:36 2003
--- h:/Temp/NMakefile.~1~   Thu Jan 30 15:31:36 2003
***
*** 88,94 
$(OUTDIR)/getloadavg.obj \
$(OUTDIR)/getopt.obj \
$(OUTDIR)/getopt1.obj \
-   $(OUTDIR)/hash.obj \
$(OUTDIR)/implicit.obj \
$(OUTDIR)/job.obj \
$(OUTDIR)/main.obj \
--- 88,93 

-- 
Sridhar Boovaraghavan
[EMAIL PROTECTED]
http://www.geocities.com/sridhar_ml/



___
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make



Re: GNU Make 3.80 under Windows - compile problem

2003-01-30 Thread Paul D. Smith
This was reported as bug #1687 and fixed in the source.  The fix will be
in the next version of GNU make.

Thanks!

-- 
---
 Paul D. Smith <[EMAIL PROTECTED]>  Find some GNU make tips at:
 http://www.gnu.org  http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


___
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make