openap-cvs
[Top][All Lists]
Advanced

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

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


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

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

Modified Files:
        Makefile 
Log Message:
Create missing directories so config_pcmcia target isn't broken, patch thanks
to Sergio M. Ammirata <address@hidden>.



Index: Makefile
===================================================================
RCS file: /cvsroot/openap/openap-main/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile    26 Jul 2002 20:44:01 -0000      1.4
+++ Makefile    29 Jul 2002 20:17:39 -0000      1.5
@@ -89,6 +89,9 @@
                ln -s ../pcmcia/config.h $(PCMCIA_DIR)/include/linux/compile.h 
; \
                ln -s ../pcmcia/config.h $(PCMCIA_DIR)/include/linux/config.h ; 
\
                ln -s ../pcmcia/config.h $(PCMCIA_DIR)/include/linux/version.h 
; \
+               mkdir -p $(PCMCIA_DIR)/include/static/asm ; \
+               mkdir -p $(PCMCIA_DIR)/include/static/linux ; \
+               mkdir -p $(PCMCIA_DIR)/include/static/pcmcia ; \
                ln -s ../asm $(PCMCIA_DIR)/include/static/asm ; \
                ln -s ../linux $(PCMCIA_DIR)/include/static/linux ; \
                ln -s ../../pcmcia/ciscode.h 
$(PCMCIA_DIR)/include/static/pcmcia/ciscode.h ; \




reply via email to

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