summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2011-01-31Merge remote branch 'origin/master'LaMont Jones1-9/+1
Conflicts: mount/mount.8 mount/mount.c
2011-01-05build-sys: ignore generated ltmain.shKarel Zak1-0/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-05build-sys: use generated libtool-2 stuffKarel Zak1-9/+0
The commit 60a4edd66200be829560dce0d41a02fc70cef4f5 temporary disabled libtool-2 in autogen.sh. It seems that libtool-2 in available in many distributions now, so we don't have to manage the generated .m4 libtool files in git anymore. Signed-off-by: Karel Zak <kzak@redhat.com>
2010-08-02Merge remote branch 'origin/master'LaMont Jones1-0/+2
Conflicts: mount/Makefile.am sys-utils/ipcs.c tests/ts/blkid/images-fs/befs.img.bz2 tests/ts/blkid/images-fs/ddf-raid.img.bz2
2010-05-28git: ignore index files generated by ctags and cscopePetr Uzel1-0/+2
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
2010-02-03Merge remote branch 'origin/master'LaMont Jones1-0/+1
Conflicts: tests/ts/blkid/images-fs/adaptec-raid.img.bz2 tests/ts/blkid/images-fs/ddf-raid.img.bz2 tests/ts/blkid/images-fs/gfs2.img.bz2 tests/ts/blkid/images-fs/hpt37x-raid.img.bz2 tests/ts/blkid/images-fs/isw-raid.img.bz2 tests/ts/blkid/images-fs/jbd.img.bz2 tests/ts/blkid/images-fs/jmicron-raid.img.bz2 tests/ts/blkid/images-fs/lvm2.img.bz2 tests/ts/blkid/images-fs/nvidia-raid.img.bz2 tests/ts/blkid/images-fs/ocfs2.img.bz2 tests/ts/blkid/images-fs/promise-raid.img.bz2 tests/ts/blkid/images-fs/reiser4.img.bz2 tests/ts/blkid/images-fs/romfs.img.bz2 tests/ts/blkid/images-fs/silicon-raid.img.bz2 tests/ts/blkid/images-fs/swap0.img.bz2 tests/ts/blkid/images-fs/swap1.img.bz2 tests/ts/blkid/images-fs/via-raid.img.bz2 tests/ts/blkid/images-fs/vmfs_volume.img.bz2 tests/ts/blkid/images-fs/zfs.img.bz2
2009-12-22changelog: releaseLaMont Jones1-0/+3
2009-10-12build-sys: clean up gtk-doc usageKarel Zak1-1/+3
Currently gtk-doc is optional. Unfortunately, the ./configure script still depends on GTK_DOC_CHECK macro and shlibs/blkid/docs/Makefile.am depends on gtk-doc.make. It seems that the best solution is to add gtk-doc.[make,m4] files to the repository. Signed-off-by: Karel Zak <kzak@redhat.com>
2009-09-16libblkid: gtkdocize (API docs generated by gtk-docs)Karel Zak1-0/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-05-22build-sys: add --disable-tlsKarel Zak1-0/+3
* add AX_TLS autoconf macro * add --disabletls option * cleanup gen_uuid.c code to remove gcc warnings when compiled without TLS macro. Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-16build-sys: add temporary libtool *.m4 stuffKarel Zak1-2/+10
We require libtool-2 (because old 1.5.x is crap). Unfortunately, libtool-2 is still not available in many Linux distributions -- now I see it in unstable distributions only. The painless way how to resolve this problem is to __temporary__ commit generated libtool-2 stuff to our repository. Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-13build-sys: libtoolize by libtool-2Karel Zak1-0/+3
We need an infrastructure for stared libraries. The latest libtool-2 seems useful and it's definitely better than the old 1.5 crap. You need to install libtool-2 when you want to run ./autogen.sh script after checkout from git repository. Signed-off-by: Karel Zak <kzak@redhat.com>
2009-02-11blkid: minor changes to library build systemKarel Zak1-0/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2008-04-14build-sys: update .gitignore filesKarel Zak1-0/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-05-16build-sys: amend .gitignoreStepan Kasal1-0/+2
Add several built files to .gitignore files. Signed-off-by: Stepan Kasal <skasal@redhat.com>
2007-03-14tests: add library for LD_PRELOAD to manipulate with time() in testsKarel Zak1-0/+1
The cal command generates output that depends on time(). For reliable regression tests we need to use still same time. It seems that LD_PRELOAD is pretty simple way. Signed-off-by: Karel Zak <kzak@redhat.com>
2007-03-14build-sys: remove aclocal.m4 from SCMKarel Zak1-0/+1
The aclocal.m4 is also generated by autogen.sh Signed-off-by: Karel Zak <kzak@redhat.com>
2007-01-03build-sys: remove generated autotools stuff from gitKarel Zak1-2/+19
The generated autotools stuff shouldn't be maintained by SCM. After check out from git use ./autogen.sh. For more details see README.devel. Signed-off-by: Karel Zak <kzak@redhat.com>
2006-12-07Imported from util-linux-2.13-pre1 tarball.Karel Zak1-0/+9