From 922198b26cc407933096908b5fcdb9dc25d81564 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 23 Sep 2009 20:31:57 +0000 Subject: (check) make usbtable test success --- lst/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lst/Makefile b/lst/Makefile index 7239b2f1..5d460a12 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -23,9 +23,10 @@ check: @../convert/merge2pcitable.pl pcitable pcitable pcitable > .pcitable @diff -u pcitable .pcitable @../convert/merge2pcitable.pl pcitable usbtable usbtable > .usbtable - @diff -u usbtable .usbtable + @sed -e 's!\s"[^"]*"$$!!' < usbtable > .usbtable2 + @diff -u .usbtable2 .usbtable @cd ../convert; ./verify_Cards.pl - @rm -f .pcitable .usbtable + @rm -f .pcitable .usbtable* fallback-modules.alias: cp `ls -tr /lib/modules/*/modules.alias | tail -1` fallback-modules.alias -- cgit v1.2.1