[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Nicer 'make dist' output.
From: |
Eric Blake |
Subject: |
Re: [PATCH] Nicer 'make dist' output. |
Date: |
Mon, 13 Oct 2008 14:18:03 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Ralf Wildenhues <Ralf.Wildenhues <at> gmx.de> writes:
>
> The output of 'make dist' has become more and more cluttered.
> I am thinking of two choices to clean it up:
> - either post all commands, i.e., each cp and all,
> - or just post basically one line per directory,
> - or post nothing.
>
> The patch below goes the second way. I've pushed it now, but I'd
> appreciate comments, thoughts, and suggestions?
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 \.
--
Eric Blake