You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zy...@apache.org on 2017/02/20 16:18:24 UTC

[trafficserver] branch master updated: fix luajit make clean with system without gcc

This is an automated email from the ASF dual-hosted git repository.

zym pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  325faa5   fix luajit make clean with system without gcc
325faa5 is described below

commit 325faa58254772c96dac181a90639b4025f2b885
Author: Zhao Yongming <mi...@gmail.com>
AuthorDate: Tue Feb 21 00:17:19 2017 +0800

    fix luajit make clean with system without gcc
---
 lib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 4c52279..004cf14 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -52,5 +52,5 @@ all-local:
 		Q=$(luajit__v_$(V))
 
 clean-local:
-	test "$(top_srcdir)" != "$(top_builddir)" || (cd "$(top_builddir)/$(subdir)/luajit" && $(MAKE) clean)
+	test "$(top_srcdir)" != "$(top_builddir)" || (cd "$(top_builddir)/$(subdir)/luajit" && $(MAKE) CC="$(CC)" clean)
 	test "$(top_srcdir)" = "$(top_builddir)" || rm -rf "$(top_builddir)/$(subdir)/luajit"

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].