Whamcloud - gitweb
This patch fixes up an error in the lib/blkid/Makefile.in which was causing
authorAndreas Dilger <adilger@clusterfs.com>
Sun, 20 Aug 2006 00:05:28 +0000 (20:05 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 20 Aug 2006 00:05:28 +0000 (20:05 -0400)
commitcc6d1a9ef73a1165aa541da0ab856617f7f02fb0
treeca8f2c66cc49a624ee0a521b583f0e55994b0c00
parente54635de96a4bea38c7e4e10ae4e6ccbe9472663
This patch fixes up an error in the lib/blkid/Makefile.in which was causing
all lib/blkid/tst* files to be removed with "make clean", in particular
tst_types.c.  That was causing a failure of "make check" in an RPM source
tree.  Fix is to explicitly list the test binaries, as lib/ext2fs/Makefile.in
does.

As "make check" was only calling test_probe and tst_types (and none
of the other tst_* tests) it was not clear what was going on, and an
"hg update" would always return the old tst_types.c file back so the
problem was only being seen intermittently...  It isn't clear whether
you want the other tst_* programs to be run as part of "make check".

Signed-off-by: Andreas Dilger <adilger@clusterfs.com>
lib/blkid/ChangeLog
lib/blkid/Makefile.in