mirror of
https://github.com/mirror/wget.git
synced 2024-12-29 14:30:48 +08:00
[svn] Don't split the sed invocation over multiple lines.
This commit is contained in:
parent
d197a09c74
commit
00196c4303
@ -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
|
||||
|
@ -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 > $@
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user