Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: Robert Mecklenburg MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14839.17241.468000.98385@gargle.gargle.HOWL> Date: Wed, 25 Oct 2000 14:32:25 -0600 To: cygwin AT sources DOT redhat DOT com, bug-make AT gnu DOT org Subject: -include is not silent in 3.79.1 X-Mailer: VM 6.76 under Emacs 20.7.1 I don't know if this is a cygwin bug or a make bug, so I've sent to both lists. When the following makefile is run on W2K with the latest cygwin make (3.79.1) it produces a warning message and should not. # Makefile -include bar.mk bar.mk: touch $@ When executed on W2K generates: 17 OOPS:cimsoft$ make Makefile:1: bar.mk: No such file or directory echo "# hi" > bar.mk make: `bar.mk' is up to date. 18 OOPS:cimsoft$ make --version GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for i686-pc-cygwin ... When executed on redhat lynux generates: [mecklen AT wolf mecklen]$ make touch bar.mk make: `bar.mk' is up to date. [mecklen AT wolf mecklen]$ make --version GNU Make version 3.78.1, by Richard Stallman and Roland McGrath. Built for i386-redhat-linux-gnu ... The info manual says that -include should not print messages if files aren't found. Thoughts? Thanks, -- Robert Mecklenburg -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com