mirror of
https://github.com/mirror/wget.git
synced 2025-01-01 07:50:11 +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>
|
2005-06-25 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* Makefile.in: Instead of creating configure.bat from
|
* Makefile.in: Instead of creating configure.bat from
|
||||||
|
@ -130,10 +130,7 @@ dist: $(srcdir)/configure DISTFILES
|
|||||||
DISTFILES: FORCE
|
DISTFILES: FORCE
|
||||||
rm -rf $(DISTNAME)
|
rm -rf $(DISTNAME)
|
||||||
(cd $(srcdir); find . ! -type d -print) \
|
(cd $(srcdir); find . ! -type d -print) \
|
||||||
| sed '/\/\(CVS\|RCS\)\//d; \
|
| sed '/\/\(CVS\|RCS\)\//d; /$@/d; /\.tar.*/d; s/^.\///; /^\.$$/d;' \
|
||||||
/$@/d; \
|
|
||||||
/\.tar.*/d; \
|
|
||||||
s/^.\///; /^\.$$/d;' \
|
|
||||||
| sort | uniq > $@
|
| sort | uniq > $@
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user