delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2001/02/19/07:54:56

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin AT sources DOT redhat DOT com
Message-ID: <3A91177F.58177362@stack.nl>
Date: Mon, 19 Feb 2001 13:54:23 +0100
From: Marco van de Voort <marcov AT stack DOT nl>
X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: makefile that doesn't work

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019