Hello ALSA people

Thanks for making ALSA.

Here is a patch for the toplevel Makefile to remove the $DESTDIR from the path 
of the System.map file where we check for its existence. This makes the 
existence check test the same file location as is used in the subsequent -F 
option to depmod. It works for me!

Thanks again,
Ian

PS. You will need to apply this manually - my mailer will most likely have 
broken the patch.

--- Makefile.orig       Thu Sep 12 16:09:18 2002
+++ Makefile    Thu Sep 12 16:09:52 2002
@@ -117,7 +117,7 @@
                done \
        fi
 
-ifeq ($(DESTDIR)$(CONFIG_SND_KERNELDIR)/System.map,$(wildcard 
$(DESTDIR)$(CONFIG_SND_KERNELDIR)/System.map))
+ifeq ($(CONFIG_SND_KERNELDIR)/System.map,$(wildcard 
$(CONFIG_SND_KERNELDIR)/System.map))
 SYSTEM_MAP_OPT = -F $(CONFIG_SND_KERNELDIR)/System.map
 endif
 

-- 
Ian Grant, Computer Lab., William Gates Building, JJ Thomson Ave., Cambridge
Phone: +44 1223 334420




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to