diff options
author | Karel Zak | 2017-03-04 17:01:56 +0100 |
---|---|---|
committer | J William Piggott | 2017-03-04 17:01:56 +0100 |
commit | 30d7f61f4fc1967190a734e2d62696d546fb6378 (patch) | |
tree | 8ad79444b545699900730b2da267e8a587fb2d4d /.gitignore | |
parent | lib: add parse-date.y (diff) | |
download | kernel-qcow2-util-linux-30d7f61f4fc1967190a734e2d62696d546fb6378.tar.gz kernel-qcow2-util-linux-30d7f61f4fc1967190a734e2d62696d546fb6378.tar.xz kernel-qcow2-util-linux-30d7f61f4fc1967190a734e2d62696d546fb6378.zip |
build-sys: add parse-date.y
* add lib/parse-date.y to build system
* add necessary autotools stuff to generate .c on the fly
(autotools are smart enough to add generated file to tarball)
* check for bison version by ./autogen.sh
* add non-wanted junk to .gitignore
With some modification by J William Piggott with regard to
moving the parse-date API into timeutils.h
Signed-off-by: J William Piggott <elseifthen@gmx.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8630feacf..6c87c6be4 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,7 @@ test-suite.log tests/run.sh.log tests/run.sh.trs update.log +ylwrap # # binaries |