Welcome! Log In Create A New Profile

Advanced

НА: [nginx] svn commit: r4780 - trunk/misc

August 02, 2012 02:16PM
Отправлено с моего HTC

----- Reply message -----
От: ru@nginx.com
Кому: <nginx-devel@nginx.org>
Тема: [nginx] svn commit: r4780 - trunk/misc
Дата: чт, авг 2, 2012 18:58


Author: ru
Date: 2012-08-02 14:58:36 +0000 (Thu, 02 Aug 2012)
New Revision: 4780
URL: http://trac.nginx.org/nginx/changeset/4780/nginx

Log:
Removed the need in Perl to generate ZIP archive of nginx/Windows.


Modified:
trunk/misc/GNUmakefile

Modified: trunk/misc/GNUmakefile
===================================================================
--- trunk/misc/GNUmakefile 2012-08-02 12:53:07 UTC (rev 4779)
+++ trunk/misc/GNUmakefile 2012-08-02 14:58:36 UTC (rev 4780)
@@ -92,7 +92,7 @@
mkdir -p $(TEMP)/$(NGINX)/temp

svn export -rHEAD conf $(TEMP)/$(NGINX)/conf/
- perl -pi -e 's/$$/\r/' $(TEMP)/$(NGINX)/conf/*
+ sed -i '' -e "s/$$/`printf '\r'`/" $(TEMP)/$(NGINX)/conf/*

svn export -rHEAD contrib $(TEMP)/$(NGINX)/contrib/
svn export -rHEAD docs/html $(TEMP)/$(NGINX)/html/
@@ -111,7 +111,7 @@
cp -p $(OBJS)/lib/$(PCRE)/LICENCE \
$(TEMP)/$(NGINX)/docs/PCRE.LICENCE

- perl -ne 'print if /^ \(C\) 1995-20/ .. /^ jloup\@gzip.org/' \
+ sed -ne '/^ (C) 1995-20/,/^ jloup@gzip\.org/p' \
$(OBJS)/lib/$(ZLIB)/README \
> $(TEMP)/$(NGINX)/docs/zlib.LICENSE


_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

НА: [nginx] svn commit: r4780 - trunk/misc

LeoK 1355 August 02, 2012 02:16PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 189
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready