]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - Makefile.in
e2image: fix metadata image handling on big endian systems
[thirdparty/e2fsprogs.git] / Makefile.in
index 7da9ad7df16f709e59a9214b919155934c7407ea..37b60692f68f9ef3935cfdfea07d335082ab6698 100644 (file)
@@ -78,8 +78,9 @@ coverage.txt: coverage.txt-recursive
 
 check-recursive: all
 
-TAGS clean-recursive distclean-recursive depend-recursive check-recursive \
-  mostlyclean-recursive realclean-recursive coverage.txt-recursive:
+TAGS clean-recursive distclean-recursive depend-recursive fullcheck-recursive \
+  check-recursive mostlyclean-recursive realclean-recursive \
+  coverage.txt-recursive:
        @for subdir in $(SUBDIRS); do \
          if test -d $$subdir ; then \
            target=`echo $@|$(SED) 's/-recursive//'`; \
@@ -151,3 +152,4 @@ realclean-local: distclean-local
 
 check::        all check-recursive
 
+fullcheck:: all fullcheck-recursive