| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Message-ID: | <02db01bea607$7e204ae0$351783d0@mike.qsicorp.com> |
| Reply-To: | "Michael K. Elwood" <mkelwood AT qsicorp DOT com> |
| From: | "Michael K. Elwood" <mkelwood AT qsicorp DOT com> |
| To: | <cygwin AT sourceware DOT cygnus DOT com> |
| Subject: | Make 3.77 $(shell) function problems |
| Date: | Mon, 24 May 1999 11:04:31 -0600 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook Express 4.72.2106.4 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V4.72.2106.4 |
I'm having a bit of trouble with cygwin Make 3.77. The $(shell ...) function
does not seem to be working properly. It's not returning the output of the
shell command. Here is a simple test makefile:
shelltest = $(shell echo Hello)
all:
@echo Shelltest = $(shelltest)
When I run this using cygwin Make 3.77, I get:
Shelltest =
I tried this on one of our linux boxes using Make 3.76.1, and I get:
Shelltest = Hello
Am I doing something wrong here? Any thoughts would be appreciated.
With best regards,
MKE
****************************************************************************
*******
Michael K. Elwood
QSI Corporation
****************************************************************************
*******
--
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 |