openap-cvs
[Top][All Lists]
Advanced

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

[openap-cvs] : openap-main Makefile,1.5,1.6


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : openap-main Makefile,1.5,1.6
Date: Mon, 29 Jul 2002 18:16:19 -0400

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

Modified Files:
        Makefile 
Log Message:
The bootstrap step does not include the flash and change the order in the
configure so that the config_pcmcia would happen after the kernel file was
copied. patch thanks to Sergio M. Ammirata <address@hidden>


Index: Makefile
===================================================================
RCS file: /cvsroot/openap/openap-main/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile    29 Jul 2002 20:17:39 -0000      1.5
+++ Makefile    29 Jul 2002 22:16:17 -0000      1.6
@@ -62,9 +62,9 @@
 export HOSTCC OPENAP_VERSION TOPDIR CONFIG_SITE PATH TOOL_PREFIX TARGET_PATH \
        ARCH TARGET CC LD AR STRIP BUILD_HOST BUILD_CC TARGET_CC
 
-bootstrap: tools configure kernel flash
+bootstrap: tools configure kernel
 
-configure: config_pcmcia $(STAMPDIR)/.configure
+configure: $(STAMPDIR)/.configure configure_pcmcia
 $(STAMPDIR)/.configure: $(KERNEL_DIR)/.config $(TOPDIR)/.config
        $(MAKE) -C $(KERNEL_DIR) oldconfig
        $(MAKE) -C $(KERNEL_DIR) dep HOSTCC=$(HOSTCC)




reply via email to

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