From: Stefano Lattarini Date: Sat, 11 Aug 2012 09:56:35 +0000 (+0200) Subject: [ng] dist: cosmetic fix of "make dist" output X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21bfd7ac1ea06b3597d9df3391b7512bae588489;p=thirdparty%2Fautomake.git [ng] dist: cosmetic fix of "make dist" output * lib/am/distdir.am (distdir) [%?SUBDIRS%]: Here, by removing details no one is (or should) actually be interested to see. Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/distdir.am b/lib/am/distdir.am index db4188df3..dd80e1038 100644 --- a/lib/am/distdir.am +++ b/lib/am/distdir.am @@ -226,8 +226,7 @@ if %?SUBDIRS% dir1=$$subdir; dir2="$(top_distdir)"; \ $(am.dist.relativize-path); \ new_top_distdir=$$reldir; \ - echo " (cd $$subdir && $(MAKE) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ - echo " am.dist.remove-distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + echo " (cd $$subdir && $(MAKE) top_distdir="$$new_top_distdir" distdir="$$new_distdir" distdir)"; \ (cd $$subdir && \ $(MAKE) \ top_distdir="$$new_top_distdir" \