Hi,
I have move the config.mk inclusion to the start of a the makefile.
The reason for doing this is that the config.mk would have configuration
settings for my custom tool chain which I would want to set first.
--
Regards,
Riaz Ur Rahaman
--- ltp-full-20071130/Makefile 2006-06-22 09:46:59.000000000 +0530
+++ new-ltp-full-20071130/Makefile 2007-12-21 10:56:24.000000000 +0530
@@ -27,6 +27,8 @@
# in the commandline and in the Makefiles use a dummy variable like in
# CFLAGS
+-include config.mk
+
ifdef CROSS_COMPILE
CROSS_COMPILER = $(CROSS_COMPILE)
endif
@@ -38,8 +40,6 @@ endif
export CFLAGS += -Wall $(CROSS_CFLAGS)
export CC AR LDFLAGS
--include config.mk
-
all: libltp.a
@$(MAKE) -C pan $@
@$(MAKE) -C testcases $@
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list