diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-14 10:15:40 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-14 10:15:40 -0200 |
commit | 43da84cd0149a9cb5b66c20de820147d67d6a4d3 (patch) | |
tree | d9d9be1684422176feb436e94a631d9a5a37498a /bootstrap.sh | |
parent | 488c6f4824fc0eaedf4b9646c7f2833477638264 (diff) |
po: Remove some auto-generated files from the git tree
bootstrap.sh will generate those files. Remove them, to avoid
having a diff when running bootstrap.sh.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 296ffafb..0e9eb2d4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,7 +1,7 @@ #!/bin/bash mkdir build-aux/ 2>/dev/null -touch build-aux/config.rpath +touch build-aux/config.rpath libdvbv5-po/Makefile.in.in v4l-utils-po/Makefile.in.in autoreconf -vfi GETTEXTIZE=$(which gettextize) |