delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/08/06/14:27:58

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs
Date: Wed, 6 Aug 2003 14:27:02 -0400 (EDT)
From: Igor Pechtchanski <pechtcha AT cs DOT nyu DOT edu>
Reply-To: cygwin AT cygwin DOT com
To: Robert Mecklenburg <mecklen AT cimsoft DOT com>
cc: cygwin AT cygwin DOT com
Subject: Re: Bug in make?
In-Reply-To: <16177.16290.104000.310212@gargle.gargle.HOWL>
Message-ID: <Pine.GSO.4.44.0308061415490.24886-100000@slinky.cs.nyu.edu>
Importance: Normal
MIME-Version: 1.0

On Wed, 6 Aug 2003, Robert Mecklenburg wrote:

> Has anyone seen this problem before?  The following makefile:
>
> ================================================================
>
> SHELL := /bin/bash
>
> # Remove the blank line to make it work...
> define f
>
>   @echo hi
> endef
>
> a:
>         $(f)
>
> ================================================================
>
> Generates the error:
>
> make
>
>   @echo hi
> /bin/bash: line 1: @echo: command not found
> make: *** [a] Error 127
>
> Either deleting the blank line in the define or changing the shell
> from bash fixes the problem.  I searched the archives but I had
> trouble coming up with a useful search pattern.
>
> I'm about to build make and dive in, but I thought I'd ask first...
> Cygcheck output attached.
>
> Thanks,

Robert,

FYI, any shell (I tried /bin/sh, /bin/tcsh, etc) tries to execute '@echo',
with the obvious result.  However, changing the shell to '/bin/bash -x'
might prove instructive.

It seems the blank line (anywhere in the sequence) confuses the define
processor in make and makes it forgo the processing of the prefix
characters after the blank line.  This could well be a bug in make.  I'll
take a look at the make source later to see whether there's something
obvious.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha AT cs DOT nyu DOT edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor AT watson DOT ibm DOT com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


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