Welcome! Log In Create A New Profile

Advanced

[nginx] Configure: call "make distclean" for libatomic.

Maxim Dounin
November 11, 2013 08:48AM
details: http://hg.nginx.org/nginx/rev/9b3bbaddb1ef
branches:
changeset: 5439:9b3bbaddb1ef
user: Piotr Sikora <piotr@cloudflare.com>
date: Mon Nov 11 01:59:47 2013 -0800
description:
Configure: call "make distclean" for libatomic.

Signed-off-by: Piotr Sikora <piotr@cloudflare.com>

diffstat:

auto/lib/libatomic/make | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)

diffs (13 lines):

diff --git a/auto/lib/libatomic/make b/auto/lib/libatomic/make
--- a/auto/lib/libatomic/make
+++ b/auto/lib/libatomic/make
@@ -9,6 +9,8 @@
cd $NGX_LIBATOMIC && \$(MAKE)

$NGX_LIBATOMIC/Makefile: $NGX_MAKEFILE
- cd $NGX_LIBATOMIC && ./configure
+ cd $NGX_LIBATOMIC \\
+ && if [ -f Makefile ]; then \$(MAKE) distclean; fi \\
+ && ./configure

END

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

[nginx] Configure: call "make distclean" for libatomic.

Maxim Dounin 915 November 11, 2013 08:48AM



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

Online Users

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