From: jacob Date: Tue, 16 Nov 2004 01:23:17 +0000 (+0000) Subject: - pass CC when building modules X-Git-Tag: v1_8_0_110~486^5~114 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b6c6966da256b061f2d2ffccc63240a81b8e7984;p=fs%2Flustre-release.git - pass CC when building modules --- diff --git a/lustre/autoMakefile.am b/lustre/autoMakefile.am index cc851a9..7830e54 100644 --- a/lustre/autoMakefile.am +++ b/lustre/autoMakefile.am @@ -56,7 +56,7 @@ lvfs-sources: $(MAKE) sources -C lvfs modules: lustre_build_version $(DEP) $(LDISKFS) lvfs-sources - $(MAKE) $(ARCH_UM) -C $(LINUX) -f $(PWD)/kernel-tests/Makefile LUSTRE_LINUX_CONFIG=$(LINUX_CONFIG) $(MODULE_TARGET)=$(PWD) -o tmp_include_depends -o scripts -o include/config/MARKER $@ + $(MAKE) $(ARCH_UM) CC=$(CC) -C $(LINUX) -f $(PWD)/kernel-tests/Makefile LUSTRE_LINUX_CONFIG=$(LINUX_CONFIG) $(MODULE_TARGET)=$(PWD) -o tmp_include_depends -o scripts -o include/config/MARKER $@ endif # MODULES