automake
[Top][All Lists]
Advanced

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

distdir.am v1.47


From: Patrick Welche
Subject: distdir.am v1.47
Date: Fri, 4 Jul 2003 21:11:02 +0100
User-agent: Mutt/1.3.19i

I am getting

sed: 1: "1{h;s/./=/g;p;x}": extra characters at the end of x command
gmake: *** [distcheck] Error 1

which I think comes from

RCS file: /cvs/automake/automake/lib/am/distdir.am,v
retrieving revision 1.46
retrieving revision 1.47
diff -r1.46 -r1.47
...
348,350c351,353
<       $(am__remove_distdir)
<       @echo "$(distdir).tar.gz is ready for distribution" | \
<         sed 'h;s/./=/g;p;x;p;x'
---
>       @(echo "$(distdir) archives ready for distribution: "; \
>         for i in $(DIST_ARCHIVES); do echo $$i; done) | \
>         sed -e '1{h;s/./=/g;p;x}' -e '$${p;x}'


This seems to make my NetBSD sed unhappy... Thoughts?

Cheers,

Patrick
(cvs automake of just now..)




reply via email to

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