]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - build/Makefile
Undoes mod: xfs-cmds:slinx:120772a
[thirdparty/xfsprogs-dev.git] / build / Makefile
index 0411a6d2abc7e05cb2e87186e88265fbbc9dcd08..66030d8be4b388b550ded89f8b8ddab78868fefe 100644 (file)
@@ -36,7 +36,7 @@ include $(TOPDIR)/include/builddefs
 MANIFEST=src-manifest
 SRCTAR=$(PKG_NAME)-$(PKG_VERSION).src.tar.gz
 
-LDIRT = $(MANIFEST) $(SRCTAR) bin-manifest $(TOPDIR)/$(PKG_NAME)-$(PKG_VERSION)
+LDIRT = *-manifest *.gz $(TOPDIR)/$(PKG_NAME)-*
 
 # for clean and clobber
 SUBDIRS = tar rpm
@@ -60,6 +60,7 @@ $(MANIFEST) : $(_FORCE)
        else \
            unset TAPE; \
            $(TAR) -T $$CDIR/$@ -cf - | $(ZIP) --best > $$CDIR/$(SRCTAR); \
+           echo Wrote: $$CDIR/$(SRCTAR); \
        fi
 
 dist : default $(MANIFEST)