1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Don't split the sed invocation over multiple lines.

This commit is contained in:
hniksic 2005-06-24 15:52:59 -07:00
parent d197a09c74
commit 00196c4303
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2005-06-25 Hrvoje Niksic <hniksic@xemacs.org>
* Makefile.in (DISTFILES): Don't split the sed invocation across
several lines, Solaris make passes the backslashes to sed literally.
2005-06-25 Hrvoje Niksic <hniksic@xemacs.org>
* Makefile.in: Instead of creating configure.bat from

View File

@ -130,10 +130,7 @@ dist: $(srcdir)/configure DISTFILES
DISTFILES: FORCE
rm -rf $(DISTNAME)
(cd $(srcdir); find . ! -type d -print) \
| sed '/\/\(CVS\|RCS\)\//d; \
/$@/d; \
/\.tar.*/d; \
s/^.\///; /^\.$$/d;' \
| sed '/\/\(CVS\|RCS\)\//d; /$@/d; /\.tar.*/d; s/^.\///; /^\.$$/d;' \
| sort | uniq > $@
#