Welcome! Log In Create A New Profile

Advanced

[PATCH] Configure: call "make clean" before rebuild of libatomic.

Piotr Sikora
November 04, 2013 08:08PM
# HG changeset patch
# User Piotr Sikora <piotr@cloudflare.com>
# Date 1383613223 28800
# Mon Nov 04 17:00:23 2013 -0800
# Node ID 68fefa8cd1d6c5164347bb3cfa33fc3d8f0acd14
# Parent dea321e5c0216efccbb23e84bbce7cf3e28f130c
Configure: call "make clean" before rebuild of libatomic.

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

diff -r dea321e5c021 -r 68fefa8cd1d6 auto/lib/libatomic/make
--- a/auto/lib/libatomic/make Thu Oct 31 18:23:49 2013 +0400
+++ b/auto/lib/libatomic/make Mon Nov 04 17:00:23 2013 -0800
@@ -6,7 +6,9 @@
cat << END >> $NGX_MAKEFILE

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

$NGX_LIBATOMIC/Makefile: $NGX_MAKEFILE
cd $NGX_LIBATOMIC && ./configure
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[PATCH] Configure: call "make clean" before rebuild of libatomic. Attachments

Piotr Sikora 672 November 04, 2013 08:08PM

Re: [PATCH] Configure: call "make clean" before rebuild of libatomic.

Maxim Dounin 335 November 05, 2013 09:52AM

Re: [PATCH] Configure: call "make clean" before rebuild of libatomic.

Piotr Sikora 368 November 05, 2013 03:00PM

Re: [PATCH] Configure: call "make clean" before rebuild of libatomic.

Maxim Dounin 378 November 06, 2013 10:32AM

Re: [PATCH] Configure: call "make clean" before rebuild of libatomic. Attachments

Piotr Sikora 275 November 11, 2013 05:02AM

Re: [PATCH] Configure: call "make clean" before rebuild of libatomic.

Maxim Dounin 333 November 11, 2013 08:48AM



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

Online Users

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