public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* makefile that doesn't work
@ 2001-02-19  4:54 Marco van de Voort
  2001-02-23 13:23 ` Tadeusz Liszka
  0 siblings, 1 reply; 3+ messages in thread
From: Marco van de Voort @ 2001-02-19  4:54 UTC (permalink / raw)
  To: cygwin

I have of set of makefiles that donn't work under win NT and 2000, but
seem to work under '98 ,'95     (and djgpp on those targets), and
FreeBSD, Linux.

- Shell (cmd.exe or bash) doesn't seem to matter.
- I don't have djgpp on the 2000 machine to test.

I isolated the problem part, this makefile snippet prints the current
path, but not under
cygwin on NTish systems.

It seems to be the line with shell in it, but I don't know enough about
makefile semantics to hunt it down or locate the problem spot.

I do monitor the list, but irregularly, so please CC me any replies.

#
# Don't edit, this file is generated by fpcmake v1.99.0 [2001/02/02]
#
default: all
override PATH:=$(subst \,/,$(PATH))
PWD:=$(strip $(wildcard $(addsuffix /pwd.exe,$(subst ;, ,$(PATH)))))

ifeq ($(PWD),)
PWD:=$(strip $(wildcard $(addsuffix /pwd,$(subst :, ,$(PATH)))))
endif

PWD:=$(firstword $(PWD))
BASEDIR=$(shell $(PWD))

all:
    echo $(BASEDIR)




--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-02-23 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-19  4:54 makefile that doesn't work Marco van de Voort
2001-02-23 13:23 ` Tadeusz Liszka
2001-02-23 13:34   ` Marco van de Voort

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).