]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: use parse-date() only for hwclock
authorKarel Zak <kzak@redhat.com>
Thu, 7 Nov 2019 08:02:23 +0000 (09:02 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 7 Nov 2019 08:02:23 +0000 (09:02 +0100)
commit8e1b131e0aa1063928a830300279f8fce706f407
treee174b9758b6d3134e8e9616c9af12b7ef8c07e24
parent39f5af25982d8b0244000e92a9d0e0e6557d0e17
build-sys: use parse-date() only for hwclock

The parse-date.y is used only for hwclock, let's keep it together.
Note that the file (originally from gnulib) has GPLv3 license, so it's
better to make it obvious that we use it really only for hwclock (also
GPL).

Signed-off-by: Karel Zak <kzak@redhat.com>
include/timeutils.h
lib/Makemodule.am
sys-utils/Makemodule.am
sys-utils/hwclock-parse-date.y [moved from lib/parse-date.y with 99% similarity]
sys-utils/hwclock.h