]> rtime.felk.cvut.cz Git - socketcan-devel.git/commitdiff
Substitute ND2D() macro by default when creating patches with mkpatch.
authorhartkopp <hartkopp@030b6a49-0b11-0410-94ab-b0dab22257f2>
Thu, 27 Aug 2009 05:55:41 +0000 (05:55 +0000)
committerhartkopp <hartkopp@030b6a49-0b11-0410-94ab-b0dab22257f2>
Thu, 27 Aug 2009 05:55:41 +0000 (05:55 +0000)
git-svn-id: svn://svn.berlios.de//socketcan/trunk@1042 030b6a49-0b11-0410-94ab-b0dab22257f2

mkpatch

diff --git a/mkpatch b/mkpatch
index a928a4a70e940a1833259b1bed2a01755faebee5..c75cc85d3ebb4f146db6c27d929d9ebed1dd44f9 100755 (executable)
--- a/mkpatch
+++ b/mkpatch
@@ -44,7 +44,7 @@ sub add_file {
     my ($file, $name) = @_;
     my (@lines, $count, $ts);
 
-    open file, "./strip-src -i -v $version $file |" || die "open $file\n";
+    open file, "./strip-src -i -m -v $version $file |" || die "open $file\n";
     @lines = <file>;
     close file;