Author: glen                         Date: Tue Apr 22 05:52:41 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- allow reusing sources to build different targets

---- Files affected:
SOURCES:
   kernel-multiarch.make (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SOURCES/kernel-multiarch.make
diff -u SOURCES/kernel-multiarch.make:1.10 SOURCES/kernel-multiarch.make:1.11
--- SOURCES/kernel-multiarch.make:1.10  Wed Feb  6 19:03:28 2008
+++ SOURCES/kernel-multiarch.make       Tue Apr 22 07:52:36 2008
@@ -2,14 +2,15 @@
 CONFIG_NODEP :=
 MAKE_OPTS :=
 PYTHON := python
+SCRIPTSDIR := .
 
-include multiarch.make
+include $(TARGETOBJ).mk
 
 DEFCONFIG := $(KERNELOUTPUT)/pld_defconfig
 KCONFIG   := $(KERNELOUTPUT)/.config
 
-kernel-config                  := $(KERNELOUTPUT)/scripts/kernel-config.py
-kernel-config-update   := $(KERNELOUTPUT)/scripts/kernel-config-update.py
+kernel-config                  := $(SCRIPTSDIR)/kernel-config.py
+kernel-config-update   := $(SCRIPTSDIR)/kernel-config-update.py
 
 all := $(filter-out all Makefile,$(MAKECMDGOALS))
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/kernel-multiarch.make?r1=1.10&r2=1.11&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to