Project : madwifi
Revision : 2406
Author : mtaylor (Michael Taylor)
Date : 2007-05-31 00:23:04 +0200 (Thu, 31 May 2007)
Log Message :
Move madwifi-unload script install to tools, use BINDIR
Affected Files:
* trunk/Makefile updated
* trunk/tools/Makefile updated
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2007-05-30 19:41:43 UTC (rev 2405)
+++ trunk/Makefile 2007-05-30 22:23:04 UTC (rev 2406)
@@ -83,7 +83,7 @@
tools:
$(MAKE) -C $(TOOLS) all || exit 1
-install: install-modules install-tools install-scripts
+install: install-modules install-tools
install-modules: modules
@# check if there are modules left from an old installation
@@ -97,9 +97,6 @@
(export KMODPATH=$(KMODPATH); /sbin/depmod -ae $(KERNELRELEASE))
endif
-install-scripts:
- install scripts/madwifi-unload.bash $(DESTDIR)/sbin/madwifi-unload
-
install-tools: tools
$(MAKE) -C $(TOOLS) install || exit 1
Modified: trunk/tools/Makefile
===================================================================
--- trunk/tools/Makefile 2007-05-30 19:41:43 UTC (rev 2405)
+++ trunk/tools/Makefile 2007-05-30 22:23:04 UTC (rev 2406)
@@ -76,7 +76,7 @@
80211debug: 80211debug.c
$(CC) -o 80211debug $(ALL_CFLAGS) $(LDFLAGS) 80211debug.c
-install: $(ALL)
+install: $(ALL)
install -d $(DESTDIR)$(BINDIR)
for i in $(ALL); do \
install $$i $(DESTDIR)$(BINDIR)/$$i; \
@@ -84,6 +84,7 @@
done
install -d $(DESTDIR)$(MANDIR)/man8
install -m 0644 man/*.8 $(DESTDIR)$(MANDIR)/man8
+ install $(TOP)/scripts/madwifi-unload.bash
$(DESTDIR)$(BINDIR)/madwifi-unload
uninstall:
for i in $(ALL); do \
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|