automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Nicer 'make dist' output.


From: Ralf Wildenhues
Subject: Re: [PATCH] Nicer 'make dist' output.
Date: Mon, 13 Oct 2008 18:30:04 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

Hi Eric,

thanks for the feedback.

* Eric Blake wrote on Mon, Oct 13, 2008 at 04:18:03PM CEST:
> 
> I like the shorter output.  However, ...
> 
> >         new_top_distdir=$$reldir; \
> > +       echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) 
> > top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
> > +       echo "     am__remove_distdir=: am__skip_length_check=: distdir)"; \
> 
> Not portable.  You can't mix echo and \, since not all echo interpret \.

Well, the backslash is not to be interpreted by echo.  I don't know of
any echo that has a problem with a single backslash
  echo "\\"

or
  echo '\'

for that matter, though.  Backslash is only problematic if it is
followed by characters that might combine to an escape sequence,
not as last one in the line.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]