openap-cvs
[Top][All Lists]
Advanced

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

[openap-cvs] : pcmcia-cs Makefile,1.1.1.1,1.2 rules.mk,1.1.1.1,1.2


From: David C Wang <address@hidden>
Subject: [openap-cvs] : pcmcia-cs Makefile,1.1.1.1,1.2 rules.mk,1.1.1.1,1.2
Date: Wed, 08 May 2002 02:21:43 -0400

Update of /cvsroot/openap/pcmcia-cs
In directory subversions:/tmp/cvs-serv30380

Modified Files:
        Makefile rules.mk 
Log Message:
updated pcmcia-cs pristine sources to openap release 1.1


Index: Makefile
===================================================================
RCS file: /cvsroot/openap/pcmcia-cs/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- Makefile    8 May 2002 05:56:03 -0000       1.1.1.1
+++ Makefile    8 May 2002 06:21:40 -0000       1.2
@@ -2,15 +2,18 @@
 # Makefile 1.39 2000/02/14 22:16:30 (David Hinds)
 #
 
+
 ifeq (config.mk, $(wildcard config.mk))
 include config.mk
 endif
 
 ALL  = modules clients wireless cardmgr flash debug-tools man etc
-DIRS = cardmgr flash debug-tools man etc
+#DIRS = cardmgr flash debug-tools man etc
 ifndef CONFIG_PCMCIA
-DIRS := modules clients wireless $(DIRS)
+#DIRS := modules clients wireless $(DIRS)
 endif
+DIRS = cardmgr modules
+default: all
 
 help:
        @echo "Pick one of the following targets:"

Index: rules.mk
===================================================================
RCS file: /cvsroot/openap/pcmcia-cs/rules.mk,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- rules.mk    8 May 2002 05:56:05 -0000       1.1.1.1
+++ rules.mk    8 May 2002 06:21:40 -0000       1.2
@@ -16,6 +16,8 @@
        @mkdir -p $(MD)
        @for F in $(MODULES) ; do rm -f $(MD)/$$F ; done
        cp $(MODULES) $(MD)
+       @for F in $(MODULES) ; do \
+       strip --strip-debug $(MD)/$$F ; done
 
 # Stuff to automatically maintain dependency files
 




reply via email to

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