Whamcloud - gitweb
LU-5307 build: fix unused/uninitialized variable warnings
[tools/e2fsprogs.git] / lib / Makefile.checker
index 8382a51..0b5f9a3 100644 (file)
@@ -1,16 +1,3 @@
-all:: $(LIBRARY)_chk.a
-
-real-subdirs:: Makefile
-       @echo " MKDIR checker"
-       @mkdir -p checker
-
-clean::
-       $(RM) -rf checker
-
-$(LIBRARY)_chk.a: $(OBJS)
-       @echo " GEN_CHECKER_LIB $@"
-       @(test -r $@ && $(RM) -f $@.bak && $(MV) $@ $@.bak)
-       (cd checker; $(ARGEN) $@ $(OBJS))
-       -@$(RANLIB) $@
-       @$(RM) -f ../$@
-       @$(LN) $@ ../$@
+# This is a placeholder so builds don't break after a "git pull"
+# which removed the checker infrastructure.  This file can be deleted
+# after e2fsprogs 1.44 is released