From: hartkopp Date: Thu, 27 Aug 2009 05:55:41 +0000 (+0000) Subject: Substitute ND2D() macro by default when creating patches with mkpatch. X-Git-Url: https://rtime.felk.cvut.cz/gitweb/socketcan-devel.git/commitdiff_plain/88bb4b5f424cc8dad72a90450af474b2f6d7b0ba Substitute ND2D() macro by default when creating patches with mkpatch. git-svn-id: svn://svn.berlios.de//socketcan/trunk@1042 030b6a49-0b11-0410-94ab-b0dab22257f2 --- diff --git a/mkpatch b/mkpatch index a928a4a..c75cc85 100755 --- 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 = ; close file;