Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1:/tmp/cvs-serv2705

Modified Files:
        Makefile 
Log Message:
fixed the installation for 2.6 kernels.
don't remove the existing oss modules and soundcore module.


Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Makefile,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- Makefile    10 Nov 2003 17:32:37 -0000      1.99
+++ Makefile    13 Nov 2003 17:41:15 -0000      1.100
@@ -149,7 +149,7 @@
 .PHONY: install-modules
 install-modules:
 ifeq ($(moddir_tree),y)
-       rm -rf $(DESTDIR)$(moddir)
+       find $(DESTDIR)$(moddir) -name 'snd*.*o' | xargs rm -f
 else
        rm -f $(DESTDIR)$(moddir)/snd*.*o $(DESTDIR)$(moddir)/persist.o 
$(DESTDIR)$(moddir)/isapnp.o
 endif



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to