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

Modified Files:
        Makefile 
Log Message:
- fixed the build of 2.6 kernel with modversion.




Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Makefile,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- Makefile    24 Nov 2003 08:04:14 -0000      1.101
+++ Makefile    16 Jan 2004 18:12:15 -0000      1.102
@@ -99,7 +99,7 @@
 .PHONY: compile
 compile: include/sound/version.h include/sndversions.h
 ifdef NEW_KBUILD
-       @for d in $(SUBDIRS); do if ! $(MAKE) -C $(CONFIG_SND_KERNELDIR) 
SUBDIRS=$(MAINSRCDIR)/$$d modules; then exit 1; fi; done
+       $(MAKE) -C $(CONFIG_SND_KERNELDIR) SUBDIRS=$(MAINSRCDIR)/kbuild modules
 else
        @for d in $(SUBDIRS); do if ! $(MAKE) -C $$d; then exit 1; fi; done
 endif
@@ -194,6 +194,7 @@
 clean: clean1
 ifdef NEW_KBUILD
        find . \( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' -o -name '.*.d' -o 
-name '.*.tmp' -o -name '*.mod.c' \) -type f -print | xargs rm -f
+       rm -rf kbuild/.tmp_versions
        @for d in $(SUBDIRS); do if ! $(MAKE) -C $(CONFIG_SND_KERNELDIR) 
SUBDIRS=$(MAINSRCDIR)/$$d clean; then exit 1; fi; done
 else
        @for d in $(SUBDIRS); do if ! $(MAKE) -C $$d clean; then exit 1; fi; done



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to