openap-cvs
[Top][All Lists]
Advanced

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

[openap-cvs] : pcmcia-cs/cardmgr Makefile,1.1.1.1,1.2


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

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

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


Index: Makefile
===================================================================
RCS file: /cvsroot/openap/pcmcia-cs/cardmgr/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:59:47 -0000       1.1.1.1
+++ Makefile    8 May 2002 06:21:41 -0000       1.2
@@ -12,21 +12,11 @@
 SRCS  = cardmgr.c cardctl.c yacc_config.c lex_config.c probe.c
 TOOLS = cardmgr cardctl
 
-ifdef CONFIG_INET
-SRCS  += ifport.c ifuser.c
-TOOLS += ifport ifuser
-endif
-
 ifdef CONFIG_SCSI
 SRCS  += scsi_info.c
 TOOLS += scsi_info
 endif
 
-ifdef DO_IDE
-SRCS  += ide_info.c
-TOOLS += ide_info
-endif
-
 ifdef HAS_FORMS
 SRCS  += cardinfo.c
 CPPFLAGS += -I/usr/X11R6/include -I/usr/X11/include -I/usr/X11R6/include/X11
@@ -71,7 +61,11 @@
 install: $(TOOLS) $(I_EXTRA)
        @mkdir -p $(PREFIX)/sbin
        @rm -f $(PREFIX)/sbin/cardmgr
-       cp -f $(TOOLS) pcinitrd $(PREFIX)/sbin
+       cp -f $(TOOLS) $(PREFIX)/sbin
+       for exe in $(TOOLS) ; do \
+               $(STRIP) $(STRIPFLAGS) $(IMAGE_DIR)/sbin/$$exe; \
+       done
        chmod u+s $(PREFIX)/sbin/cardctl
+
 
 include ../rules.mk




reply via email to

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