]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
generate complete source tarball from Makepkgs
authorChristoph Hellwig <hch@lst.de>
Tue, 24 Feb 2009 13:29:29 +0000 (14:29 +0100)
committerChristoph Hellwig <hch@brick.lst.de>
Tue, 24 Feb 2009 13:29:29 +0000 (14:29 +0100)
The source file lists in the Makefiles were missing a couple of files.
Because those missing files include the new headers that are only
installed on make install-qa that resulting tarball would not even be
buildable.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Felix Blyakher <felixb@sgi.com>
db/Makefile
doc/Makefile
include/Makefile
include/buildmacros
repair/Makefile

index 3ed5759b09c58526f55836f8fe0ee88de385cb34..93ab0407f79379d0d7738fb4a48dc8839b08affa 100644 (file)
@@ -15,6 +15,8 @@ HFILES = addr.h agf.h agfl.h agi.h attr.h attrshort.h bit.h block.h bmap.h \
        text.h type.h write.h attrset.h
 CFILES = $(HFILES:.h=.c)
 LSRCFILES = xfs_admin.sh xfs_check.sh xfs_ncheck.sh xfs_metadump.sh
+LSRCFILES += xfs_check64.sh xfs_ncheck64.sh
+
 LLDLIBS        = $(LIBXFS) $(LIBXLOG) $(LIBUUID) $(LIBRT) $(LIBPTHREAD)
 LTDEPENDENCIES = $(LIBXFS) $(LIBXLOG)
 LLDFLAGS += -static
index 82bbffc54fc97cc52156f36b59ed39173442b6be..685c35bfbc2af628890336813d2b728507b1a7a5 100644 (file)
@@ -5,7 +5,7 @@
 TOPDIR = ..
 include $(TOPDIR)/include/builddefs
 
-LSRCFILES = INSTALL PORTING CHANGES COPYING CREDITS
+LSRCFILES = INSTALL PORTING CHANGES COPYING CREDITS sparse.txt
 LDIRT = *.gz
 
 default: CHANGES.gz
index 07076ccb94840b1b1dcd4e590ba60b26f31f5d28..c9ca886ca49c002598e9e7af12c5da1f0369b9f7 100644 (file)
@@ -37,7 +37,7 @@ PHFILES = darwin.h freebsd.h irix.h linux.h
 DKHFILES = volume.h fstyp.h dvh.h
 LSRCFILES = $(shell echo $(PHFILES) | sed -e "s/$(PKG_PLATFORM).h//g")
 LSRCFILES += platform_defs.h.in builddefs.in buildmacros buildrules $(DKHFILES)
-LSRCFILES += command.h input.h path.h project.h
+LSRCFILES += command.h input.h path.h project.h unaligned.h
 LDIRT = xfs disk
 
 default install: xfs disk
index ce30cd310956f96de7eb39d5257d389db6e017dd..ec22fb63d95e5226ea106b2b6fa95f08e53b1210 100644 (file)
@@ -15,6 +15,7 @@ LDLIBS = $(LLDLIBS) $(PLDLIBS) $(MALLOCLIB)
 
 MAKEOPTS = --no-print-directory
 SRCFILES = Makefile $(HFILES) $(CFILES) $(LSRCFILES) $(LFILES) $(YFILES)
+SRCFILES += $(QAHFILES)
 
 DEPDIRT = dep dep.bak
 MANDIRT = *.[1-9].gz
index a5a6d71bbe85570fb65a2cb8c2cc15f69a855392..38e0f6421cfb9cc735475839a669817a57be4c8f 100644 (file)
@@ -5,6 +5,8 @@
 TOPDIR = ..
 include $(TOPDIR)/include/builddefs
 
+LSRCFILES = README
+
 LTCOMMAND = xfs_repair
 
 HFILES = agheader.h attr_repair.h avl.h avl64.h bmap.h dinode.h dir.h \