This is the mail archive of the cygwin@cygwin.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]
Other format: [Raw text]

make and bash-2.05a-3 problem with environment variables


Environment:
win2k sp2

Description:

in a makefile:

MAKE=make
ifndef HOSTNAME
ifndef COMSPEC
	HOSTNAME := $(shell uname -n)
else
	HOSTNAME := $(shell ver)
endif
endif

with bash-2.05-6 no problem
but with bash-2.05a-3 the HOSTNAME won't be found

i use always the same make version 








Attachment: cygcheck.out
Description: Binary data

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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