OSDN Git Service

Revert "Fix e2fsck to run a full check if only the journal has recorded an error"
[android-x86/external-e2fsprogs.git] / lib / Makefile.checker
1 all:: $(LIBRARY)_chk.a
2
3 real-subdirs:: Makefile
4         $(E) "  MKDIR checker"
5         $(Q) mkdir -p checker
6
7 clean::
8         $(RM) -rf checker
9
10 $(LIBRARY)_chk.a: $(OBJS)
11         $(E) "  GEN_CHECKER_LIB $@"
12         $(Q) (test -r $@ && $(RM) -f $@.bak && $(MV) $@ $@.bak)
13         $(Q) (cd checker; $(ARGEN) $@ $(OBJS))
14         -$(Q) $(RANLIB) $@
15         $(Q) $(RM) -f ../$@
16         $(Q) $(LN) $@ ../$@