From: Christoph Hellwig Date: Tue, 24 Feb 2009 13:29:29 +0000 (+0100) Subject: generate complete source tarball from Makepkgs X-Git-Tag: v3.0.1~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a74fe2940002cd628c484b9c6d06e759069071a5;p=thirdparty%2Fxfsprogs-dev.git generate complete source tarball from Makepkgs 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 Reviewed-by: Felix Blyakher --- diff --git a/db/Makefile b/db/Makefile index 3ed5759b0..93ab0407f 100644 --- a/db/Makefile +++ b/db/Makefile @@ -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 diff --git a/doc/Makefile b/doc/Makefile index 82bbffc54..685c35bfb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 diff --git a/include/Makefile b/include/Makefile index 07076ccb9..c9ca886ca 100644 --- a/include/Makefile +++ b/include/Makefile @@ -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 diff --git a/include/buildmacros b/include/buildmacros index ce30cd310..ec22fb63d 100644 --- a/include/buildmacros +++ b/include/buildmacros @@ -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 diff --git a/repair/Makefile b/repair/Makefile index a5a6d71bb..38e0f6421 100644 --- a/repair/Makefile +++ b/repair/Makefile @@ -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 \