summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Use libsmartcols in libfdisk and cfdiskOndrej Oprala2014-04-031-1/+1
| | | | Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
* libsmartcols: add basic filesOndrej Oprala2014-04-031-2/+5
| | | | | Signed-off-by: Ondrej Oprala <ooprala@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: ove fdisks to disk-utilsKarel Zak2014-03-111-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove deprecated-mount/Karel Zak2014-03-051-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: install pylibmount intoKarel Zak2013-08-191-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add pylibmountKarel Zak2013-08-191-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* bash-completion: rename shell-completion -> bash-completionKarel Zak2013-04-051-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* bash-completion: add bash completetion configure optionSami Kerola2013-03-301-0/+5
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* libfdisk: add basic library filesKarel Zak2013-03-111-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* ddate: remove from util-linuxSami Kerola2012-10-151-2/+1Star
| | | | | | | | | | | See RedHat bug for reasons why the ddate is cleaned up. The reference is where to get the command in future. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=823156 References: https://github.com/bo0ts/ddate Acked-by: Petr Uzel <petr.uzel@suse.cz> Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove --enable-gtk-doc from make checkKarel Zak2012-10-101-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: expand paths at make timeKarel Zak2012-08-151-0/+37
| | | | | | | | | | | | | autoconf docs about *dir variables (e.g bindir): ... A corollary is that you should not use these variables except in makefiles... ...you should not rely on AC_CONFIG_FILES to replace bindir and friends in your shell scripts and other files; instead, let make manage their replacement. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: make compatible with autotoolsKarel Zak2012-08-031-0/+3
| | | | | | | | | | | | | | | | The command 'make check' is called from 'make distcheck' (which is used to generate official util-linux tarballs). It means that tests/ stuff has to be compatible with autotools and differentiate between source and build directories. * remove run-nonroot.sh (merged into run.sh * remove commands.sh.in * all tests and top level run.sh accept --builddir and --srcdir command line options * functions.sh modified to use $top_builddir/tests for output files Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add run.sh to make check for non-root usersKarel Zak2012-07-301-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: move tests to check_PROGRAMSKarel Zak2012-07-301-0/+1
| | | | | | Thanks to Mike Frysinger. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: include tools/git-version-gen in the tarballPetr Uzel2012-07-301-1/+2
| | | | | | | tools/git-version-gen is called from AC_INIT. Include it in the tarball to make it easier to autoreconf-igure the package. Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
* ddate: russian manual missing from packageSami Kerola2012-07-261-1/+1
| | | | | | This manpage causes more trouble than its worth. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: change --localstatedir to /runSami Kerola2012-07-101-2/+2
| | | | | | | | | | Enable user to define where run state files are wrote. Default for these files is /run. See reference for rationale why /var/run is no longer the default. Reference: http://lists.fedoraproject.org/pipermail/devel/2011-March/150031.html CC: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: support separate libintlKarel Zak2012-07-091-0/+5
| | | | | | Addresses: https://github.com/karelzak/util-linux/pull/13 Reported-by: Ben Walton <bwalton@artsci.utoronto.ca> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove include-Makefile.amKarel Zak2012-06-261-7/+28
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: rename fdisk -> fdisks/, convert to moduleKarel Zak2012-06-261-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert tests/ to moduleKarel Zak2012-06-261-2/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: move partx to disk-utils/Karel Zak2012-06-261-4/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert disk-utils/ to moduleKarel Zak2012-06-261-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: move getopt to misc-utils/Karel Zak2012-06-261-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert misc-utils/ to moduleKarel Zak2012-06-261-1/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: move hwclock to sys-utils/Karel Zak2012-06-261-7/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert sys-utils/ to moduleKarel Zak2012-06-261-2/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert mount/ to module, rename to mount-deprecated/Karel Zak2012-06-261-5/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert login-utils/ to moduleKarel Zak2012-06-261-1/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert term-utils/ to moduleKarel Zak2012-06-261-5/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert libmount/ to moduleKarel Zak2012-06-261-9/+3Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert libblkid/ to moduleKarel Zak2012-06-261-4/+11
| | | | | | | - create module - remove unused libblkid/src/tst_types.c test Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert libuuid/ to moduleKarel Zak2012-06-261-5/+14
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert schedutils/ to moduleKarel Zak2012-06-261-3/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert lib/ to moduleKarel Zak2012-06-261-2/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert include/ to moduleKarel Zak2012-06-261-1/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* tools: add small and stupid script to check HAVE_DECL_Karel Zak2012-06-131-0/+3
| | | | | | use 'make checkdecl' to run the script Signed-off-by: Karel Zak <kzak@redhat.com>
* tools: add checkmans.shSami Kerola2012-06-021-0/+3
| | | | | | A script to find whether all manuals has proper groff syntax. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* uuidd: add systemd unit filesPetr Uzel2012-05-041-1/+2
| | | | | | | | Add systemd unit files which use the socket activation mechanism of systemd. The uuidd deamon is started upon first request on the socket and quits after 1 minute of inactivity. Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
* build-sys: run distcheck with verbose make rulesPetr Uzel2012-04-271-1/+2
| | | | Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
* fsck: move to disk-utils directoryKarel Zak2012-03-201-4/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: enhance readability of the autotools filesSami Kerola2012-02-281-11/+10Star
| | | | | | | | Several horizontal lists are turned to vertical, and sorted to alphabetical order. Additionally spaces are converted to tabs where ever possible. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: add tools/ to EXTRA_DISTKarel Zak2012-02-211-0/+1
| | | | | Reported-by: Petr Uzel <petr.uzel@suse.cz> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: improve changelog targetKarel Zak2012-01-191-2/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add changelog targetKarel Zak2012-01-181-0/+11
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add checkxalloc to toplevel MakefileKarel Zak2012-01-041-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: use --enable-most-builds for distcheckKarel Zak2011-09-121-5/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: Documentation directory addedSami Kerola2011-08-121-6/+1Star
| | | | | | | | Move readme, licence, change log, relese notes and other supplementary files to a Documentation directory. This commit does not change contents of any other but few Makefile.am files. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: move BUILD_SCHEDUTILS to top-level MakefileKarel Zak2011-06-201-1/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>