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

Modified Files:
        Rules.make 
Log Message:
Use explicitly awk for the convert script

Index: Rules.make
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Rules.make,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Rules.make  3 Jun 2003 11:48:30 -0000       1.30
+++ Rules.make  15 Sep 2003 19:17:22 -0000      1.31
@@ -98,7 +98,7 @@
        patch -p0 -i $<
 
 %.isapnp: %.c
-       $(CPP) -C -D__KERNEL__ $(CFLAGS) $(EXTRA_CFLAGS) -D__isapnp_now__ 
-DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) $(CFLAGS_$@) $(CFLAGS_$@) $< 
| $(TOPDIR)/utils/convert_isapnp_ids > $@
+       $(CPP) -C -D__KERNEL__ $(CFLAGS) $(EXTRA_CFLAGS) -D__isapnp_now__ 
-DKBUILD_BASENAME=$(subst $(comma),_,$(subst -,_,$(*F))) $(CFLAGS_$@) $(CFLAGS_$@) $< 
| awk $(TOPDIR)/utils/convert_isapnp_ids > $@
 
 #
 #



-------------------------------------------------------
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