openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : openap-main Makefile,1.22,1.23


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : openap-main Makefile,1.22,1.23
Date: Fri, 09 Aug 2002 19:47:43 -0400

Update of /cvsroot/openap/openap-main
In directory subversions:/tmp/cvs-serv17739

Modified Files:
        Makefile 
Log Message:
when configuring the kernel we copy in the .config that we find in the 
top-level, it is safe to assume that is a good one to use.



Index: Makefile
===================================================================
RCS file: /cvsroot/openap/openap-main/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- Makefile    9 Aug 2002 22:51:37 -0000       1.22
+++ Makefile    9 Aug 2002 23:47:41 -0000       1.23
@@ -84,6 +84,7 @@
 # This makes no sense for a native build
 ifneq ($(FLAVOR),native)
 configure:
+       cp .config $(KERNEL_DIR)
        $(MAKE) -C $(KERNEL_DIR) oldconfig
        $(MAKE) -C $(KERNEL_DIR) dep HOSTCC=$(HOSTCC)
        $(MAKE) oldconfig





reply via email to

[Prev in Thread] Current Thread [Next in Thread]