bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gmake bug?


From: Peters, Sam
Subject: gmake bug?
Date: Mon, 9 Oct 2000 11:40:13 -0700

This is a dirt simple test case that seems to act funny.  This is really all I have time to submit.  I might be able to answer a question about this if you ask.  make.include has no business appearing in my output.  Here is a typescript.

Script started on Mon 09 Oct 2000 11:33:12 AM PDT
baker:/tmp> gmake --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for sparc-sun-solaris2.8
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <address@hidden>.

baker:/tmp> arch
sun4
baker:/tmp> echo This is solaris 8 I believe.
This is solaris 8 I believe.
baker:/tmp> cat Makefile
-include make.include

%: %.bar
        touch $<
baker:/tmp> ls make.include
make.include not found
baker:/tmp> gmake foo
touch make.include.bar
gmake: Nothing to be done for `foo'.
baker:/tmp> exit
baker:/tmp>
script done on Mon 09 Oct 2000 11:33:58 AM PDT


reply via email to

[Prev in Thread] Current Thread [Next in Thread]