| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| From: | Chris Faylor <cgf AT cygnus DOT com> |
| Date: | Wed, 31 May 2000 16:23:49 -0400 |
| To: | cygwin AT sourceware DOT cygnus DOT com |
| Subject: | [Coop AT genomica DOT com: software bug] |
| Message-ID: | <20000531162349.A24628@cygnus.com> |
| Reply-To: | cygwin AT sourceware DOT cygnus DOT com |
| Mail-Followup-To: | cygwin AT sourceware DOT cygnus DOT com |
| Mime-Version: | 1.0 |
| User-Agent: | Mutt/1.2i |
----- Forwarded message from Web Server <Coop AT genomica DOT com> -----
From: Web Server <Coop AT genomica DOT com>
To: Cygwin Tech Support <cygwin-support AT cygnus DOT com>
Subject: software bug
Date: Wed, 31 May 2000 08:13:06 -0700
001-First-name = Stephen
002-Last-name = Cooper
004-Organization = Genomica
005-Confidential = No
007-Synopsis = Make won't include files
009-Severity = serious
010-Priority = high
011-Release = Cygwin 1.0
013-Description = We have a number of makefiles that all
include $(PROJ_HOME)/Makefile.common
In Cygwin B20, this worked with no problem.
Now in Cygwin 1.1.0, the makefile complains
that it can't find the file. Here's the output:
bash-2.04$ make --unix fast
: No such file or directoryJ-v0.1/Makefile.common
Note that the error message has truncated /d/Projects/DM which
should appear right before the J in the above error message.
$(PROJ_HOME) is set to /d/Projects/DMj-v0.1
014-How-To-Repeat = Create a makefile like this:
include $(PROJ_HOME)/Makefile.common
foo:
$echo this won't work
Create a Makefile.common with:
SOURCE=$(shell find -name '*.java')
export PROJ_HOME to the directory where
the Makefile.common file is located.
try to make foo.
015-Fix = None in this release.
----- End forwarded message -----
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |