OmegaPhil:
> CC is unset, here is the original make command:

Ok, thanx.
I will apply this and release next Monday.

$ .../aufs-util.git$aufs4.1$ git diff -w
diff --git a/Makefile b/Makefile
index 72b68ee..313b62b 100644
--- a/Makefile
+++ b/Makefile
@@ -65,9 +65,7 @@ endef
 $(eval Glibc=$(call test_glibc, ${CC}, ver.c))
 #$(warning Glibc=${Glibc})
 
-ifneq (${CC},${HOSTCC})
 ifeq (${LibAuDir},)
-$(warning Warning: CC is set, but LibAuDir.)
        LibAuDir = $(shell ldconfig -p | \
                fgrep libc. | \
                head -n 1 | \
@@ -77,7 +75,6 @@ $(warning Warning: CC is set, but LibAuDir.)
                LibAuDir = /usr/lib
        endif
 endif
-endif
 
 ExtlibPath = extlib/glibc
 ExtlibObj = au_nftw.o


Hmm, I amy remove "LibAuDir = $(shell ldconfig -p ...)" line and set
"/usr/lib" unconditionally after a little thinking.


> Note that currently even 'make clean' causes compilation to occur...

That is really really strange.
Would you post more details?


J. R. Okajima

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot

Reply via email to