Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4780 - trunk/misc

Anonymous User
August 02, 2012 11:00AM
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
Subject Author Views Posted

[nginx] svn commit: r4780 - trunk/misc

Anonymous User 1109 August 02, 2012 11:00AM

Re: [nginx] svn commit: r4780 - trunk/misc

Piotr Sikora 572 August 02, 2012 03:38PM

Re: [nginx] svn commit: r4780 - trunk/misc

Ruslan Ermilov 586 August 02, 2012 05:00PM

Re: [nginx] svn commit: r4780 - trunk/misc

Piotr Sikora 688 August 02, 2012 08:04PM



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

Online Users

Guests: 268
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