Commit Graph

68 Commits

Author SHA1 Message Date
Karel Zak abbc7b4a14 build-sys: improve ko-release-* scripts
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-01-19 13:15:03 +01:00
Karel Zak 704d6ddbd0 build-sys: add ko-release-push script
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-01-19 10:51:48 +01:00
Karel Zak a3f225678f build-sys: add ko-release-gen script
The script creates directory kernel.org/v<version>/, copy .xz tarball,
changelog, release notes and docs to the directory and sign all files by
gpg.

Signed-off-by: Karel Zak <kzak@redhat.com>
2012-01-19 10:48:16 +01:00
Karel Zak 43608256ca build-sys: add sleepexit from login.c to smatch non-return functions
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-01-17 17:32:32 +01:00
Karel Zak ecdba5ddfc build-sys: add --enable-new-mount
Now we have three versions of the mount(8) utility

 * old mount(8)
   --enable-mount [default]

 * old mount(8) linked with libmount
   This is this is necessary for systems without mtab file.
   --enable-libmount-mount

 - new mount(8)
   This is completely new pure-libmount based mount(8).
   --enable-new-mount

Signed-off-by: Karel Zak <kzak@redhat.com>
2012-01-11 17:05:08 +01:00
Karel Zak d05a3e9713 build-sys: add checkxalloc to toplevel Makefile
Signed-off-by: Karel Zak <kzak@redhat.com>
2012-01-04 14:25:21 +01:00
Dave Reisner e1e7be22ee tools: add new code checking script
Finds usage of strdup, malloc, calloc, and realloc when xalloc.h is
included.

http://marc.info/?l=util-linux-ng&m=132438338929925&w=2

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
2012-01-04 13:53:08 +01:00
Karel Zak 6e7e2c57d5 build-sys: add log_err to smatch non-return functions
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-12-02 18:31:20 +01:00
Karel Zak 9221fb85f6 build-sys: add tools/config-gen and basic compilation scenarios
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-11-04 20:56:06 +01:00
Karel Zak 913f560b98 build-sys: add err and errx to smatch no_return_funcs
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-09-13 11:15:43 +02:00
Karel Zak 57970842cc build-sys: add smatch data
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-09-13 11:10:18 +02:00
Karel Zak 54e10ad15f build-sys: fix git-version-gen for -rc tags
The current version have a problem to support "v2.20-rc1" format of
the tags.

Signed-off-by: Karel Zak <kzak@redhat.com>
2011-07-29 16:12:05 +02:00
Sami Kerola 38c75b59e3 build-sys: use git-version-gen to distinct git and release versions
The script is copied as is from gnulib.

[kzak@redhat.com: - generate .tarball-version and .version files in
                    top level Makefile.am
                  - delete autom4te.cache in autogen.sh]

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-04-05 16:34:00 +02:00
Karel Zak 76fe37dae1 fdisk: rename ENABLE_CMDTAGQ macro
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-11-26 14:24:52 +01:00
Karel Zak 043102bf19 tools: add checkconfig to top-level Makefile
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-11-26 13:42:16 +01:00
Karel Zak 685758e852 tools: rename codecheck-config to checkconfig.sh
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-11-26 12:59:41 +01:00
Karel Zak 44e293d65c tools: add checkincludes.pl (from linux kernel)
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-11-26 12:59:29 +01:00
Karel Zak 71be1ee4a1 tools: add codecheck-config that checks for {HAVE,ENABLE}_ orphans
Signed-off-by: Matthias Koenig <mkoenig@suse.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-06-15 10:17:51 +02:00