Welcome! Log In Create A New Profile

Advanced

[nginx] svn commit: r4842 - in trunk/auto: . lib/libatomic lib/perl

Anonymous User
September 11, 2012 08:46AM
Author: mdounin
Date: 2012-09-11 12:43:59 +0000 (Tue, 11 Sep 2012)
New Revision: 4842
URL: http://trac.nginx.org/nginx/changeset/4842/nginx

Log:
Configure: fixed make macros to use parentheses instead of braces.

Parentheses are more portable, in particular they are understood by nmake
while braces aren't.


Modified:
trunk/auto/install
trunk/auto/lib/libatomic/make
trunk/auto/lib/perl/make

Modified: trunk/auto/install
===================================================================
--- trunk/auto/install 2012-09-11 12:37:04 UTC (rev 4841)
+++ trunk/auto/install 2012-09-11 12:43:59 UTC (rev 4842)
@@ -8,7 +8,7 @@
cat << END >> $NGX_MAKEFILE

install_perl_modules:
- cd $NGX_OBJS/src/http/modules/perl && \${MAKE} install
+ cd $NGX_OBJS/src/http/modules/perl && \$(MAKE) install
END

NGX_INSTALL_PERL_MODULES=install_perl_modules

Modified: trunk/auto/lib/libatomic/make
===================================================================
--- trunk/auto/lib/libatomic/make 2012-09-11 12:37:04 UTC (rev 4841)
+++ trunk/auto/lib/libatomic/make 2012-09-11 12:43:59 UTC (rev 4842)
@@ -6,7 +6,7 @@
cat << END >> $NGX_MAKEFILE

$NGX_LIBATOMIC/src/libatomic_ops.a: $NGX_LIBATOMIC/Makefile
- cd $NGX_LIBATOMIC && \${MAKE}
+ cd $NGX_LIBATOMIC && \$(MAKE)

$NGX_LIBATOMIC/Makefile: $NGX_MAKEFILE
cd $NGX_LIBATOMIC && ./configure

Modified: trunk/auto/lib/perl/make
===================================================================
--- trunk/auto/lib/perl/make 2012-09-11 12:37:04 UTC (rev 4841)
+++ trunk/auto/lib/perl/make 2012-09-11 12:43:59 UTC (rev 4842)
@@ -12,7 +12,7 @@
$NGX_OBJS/src/http/modules/perl/Makefile
cp -p src/http/modules/perl/nginx.* $NGX_OBJS/src/http/modules/perl/

- cd $NGX_OBJS/src/http/modules/perl && \${MAKE}
+ cd $NGX_OBJS/src/http/modules/perl && \$(MAKE)

rm -rf $NGX_OBJS/install_perl


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

[nginx] svn commit: r4842 - in trunk/auto: . lib/libatomic lib/perl

Anonymous User 966 September 11, 2012 08:46AM



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

Online Users

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