mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2025-01-10 18:43:26 +08:00
Fix clean target to remove tst_getsectsize.
Remove useless -DDEBUG when linking tst_getsectsize.
This commit is contained in:
parent
3d16b3f4bb
commit
06ce1f6b28
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user