Update of /cvsroot/alsa/alsa-driver
In directory usw-pr-cvs1:/tmp/cvs-serv25806

Modified Files:
        Makefile 
Log Message:
don't call depmod if $DESTDIR is set.



Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Makefile,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- Makefile    9 Aug 2002 10:28:43 -0000       1.76
+++ Makefile    12 Sep 2002 16:03:47 -0000      1.77
@@ -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
 
@@ -131,8 +131,6 @@
        @for d in $(SUBDIRS); do if ! $(MAKE) -C $$d modules_install; then exit 1; fi; 
done
 ifeq ($(DESTDIR),)
        -/sbin/depmod -a $(kaversion) $(SYSTEM_MAP_OPT)
-else
-       -/sbin/depmod -a -b $(DESTDIR)/ $(SYSTEM_MAP_OPT) $(kaversion)
 endif
 
 .PHONY: install-scripts



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

Reply via email to