Fix clean target to remove tst_getsectsize.

Remove useless -DDEBUG when linking tst_getsectsize.
bitmap-optimize
Theodore Ts'o 2005-03-18 23:50:32 -05:00
parent 3d16b3f4bb
commit 06ce1f6b28
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2005-03-18 Theodore Ts'o <tytso@mit.edu>
* Makefile.in: Fix clean target to remove tst_getsectsize.
* getsize.c (ext2fs_get_device_size): Check to see if the number
of blocks is greater than 2**32 when we are doing a binary
search to determine the device size. Thanks to Stephen

View File

@ -218,7 +218,7 @@ tst_bitops: tst_bitops.o inline.o $(STATIC_LIBEXT2FS)
tst_getsectsize: tst_getsectsize.o getsectsize.o $(STATIC_LIBEXT2FS)
@echo " LD $@"
@$(CC) -o tst_sectgetsize tst_getsectsize.o getsectsize.o \
-DDEBUG $(STATIC_LIBEXT2FS) $(LIBCOM_ERR)
$(STATIC_LIBEXT2FS) $(LIBCOM_ERR)
mkjournal: mkjournal.c $(STATIC_LIBEXT2FS)
@echo " LD $@"
@ -258,8 +258,8 @@ uninstall::
clean::
$(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/* checker/* \
tst_badblocks tst_iscan ext2_err.et ext2_err.c ext2_err.h \
tst_byteswap tst_ismounted tst_getsize mkjournal \
../libext2fs.a ../libext2fs_p.a ../libext2fs_chk.a
tst_byteswap tst_ismounted tst_getsize tst_sectgetsize \
mkjournal ../libext2fs.a ../libext2fs_p.a ../libext2fs_chk.a
mostlyclean:: clean
distclean:: clean