This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Coop@genomica.com: software bug]


----- Forwarded message from Web Server <Coop@genomica.com> -----

From: Web Server <Coop@genomica.com>
To: Cygwin Tech Support <cygwin-support@cygnus.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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]