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

Modified Files:
        Rules.make 
Log Message:
Cleanups for 2.5 (introducing patches)

Index: Rules.make
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Rules.make,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Rules.make  30 May 2003 12:53:11 -0000      1.27
+++ Rules.make  30 May 2003 13:58:59 -0000      1.28
@@ -93,12 +93,14 @@
 
 %.c: %.patch
        @xtmp="$(MODCURDIR)"; \
-       if [ "$${xtmp:0:7}" = "acore" ]; then \
-               echo "coping file alsa-kernel/core/$${xtmp:6}$@"; \
-               cp $(TOPDIR)/alsa-kernel/core/$${xtmp:6}$@ $@; \
+       if [ "$${xtmp:0:5}" = "acore" ]; then \
+               xtmp1=$${xtmp:6} ; \
+               if [ ! -z "$${xtmp1}" ]; then xtmp1="$${xtmp1}/" ; fi ; \
+               echo "coping file alsa-kernel/core/$${xtmp1}$@"; \
+               cp $(TOPDIR)/alsa-kernel/core/$${xtmp1}$@ $@; \
        else \
-               echo "Coping file alsa-kernel/core/$$(xtmp)/$@;"; \
-               cp $(TOPDIR)/alsa-kernel/$$(xtmp)/$@ $@; \
+               echo "Coping file alsa-kernel/core/$${xtmp}/$@"; \
+               cp $(TOPDIR)/alsa-kernel/$${xtmp}/$@ $@; \
        fi
        @patch -p0 -i $<
 



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to