diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-08 20:20:09 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-08 20:20:09 +0000 |
commit | a153b824099026a170b76a52a93e2b6a7fc6c4ef (patch) | |
tree | 0a255b9e8c52fa3180e44d7a4ffa637c78eeecd8 /v4l/scripts/prepare-ChangeLog.pl | |
parent | cc167c807bb73be31bd5b2fc5298f3c0b0f65475 (diff) | |
download | mediapointer-dvb-s2-a153b824099026a170b76a52a93e2b6a7fc6c4ef.tar.gz mediapointer-dvb-s2-a153b824099026a170b76a52a93e2b6a7fc6c4ef.tar.bz2 |
From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
* ../linux/drivers/media/video/tveeprom.c:
- Fixed include when compiling at kernel tree
* ../linux/include/linux/videodev.h:
- removed compat.h from wrong place
* ../linux/drivers/media/video/tvp5150.c:
* ../linux/kernel/drivers/usb/media/em2820-cards.c:
* ../linux/kernel/drivers/usb/media/em2820-core.c:
* ../linux/kernel/drivers/usb/media/em2820-i2c.c:
* ../linux/kernel/drivers/usb/media/em2820-video.c:
- included compat.h at the right place
* ../v4l/Make
- now creates symlinks to allow compiling V4L stuff at
v4l dir.
* ../v4l/scripts/prepare-ChangeLog.pl:
- modified to include other directories.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l/scripts/prepare-ChangeLog.pl')
-rw-r--r-- | v4l/scripts/prepare-ChangeLog.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/scripts/prepare-ChangeLog.pl b/v4l/scripts/prepare-ChangeLog.pl index 1e5d2e743..a479c6999 100644 --- a/v4l/scripts/prepare-ChangeLog.pl +++ b/v4l/scripts/prepare-ChangeLog.pl @@ -90,7 +90,7 @@ close OLD_CHANGE_LOG; print STDERR " Running cvs diff to find changes.\n"; my %changed_line_ranges; my $file; -open DIFF, "cvs -fq diff -N |" or die "The cvs diff failed: $OS_ERROR.\n"; +open DIFF, "cvs -fq diff -N ..|" or die "The cvs diff failed: $OS_ERROR.\n"; while (<DIFF>) { $file = $1 if /^Index: (\S+)$/; |