From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id n1HLoFRv250332 for ; Tue, 17 Feb 2009 15:50:15 -0600 Received: from bombadil.infradead.org (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id EF9A9195998F for ; Tue, 17 Feb 2009 13:49:41 -0800 (PST) Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) by cuda.sgi.com with ESMTP id 8VcyHn71NPcABvlq for ; Tue, 17 Feb 2009 13:49:41 -0800 (PST) Received: from hch by bombadil.infradead.org with local (Exim 4.69 #1 (Red Hat Linux)) id 1LZXoy-0001Ty-9l for xfs@oss.sgi.com; Tue, 17 Feb 2009 21:49:40 +0000 Date: Tue, 17 Feb 2009 16:49:40 -0500 From: Christoph Hellwig Subject: [PATCH] xfsprogs: generate complete source tarball from Makepkgs Message-ID: <20090217214940.GA30787@infradead.org> MIME-Version: 1.0 Content-Disposition: inline List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: xfs@oss.sgi.com 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 Index: xfsprogs-dev/include/buildmacros =================================================================== --- xfsprogs-dev.orig/include/buildmacros 2009-02-17 19:55:23.674944499 +0100 +++ xfsprogs-dev/include/buildmacros 2009-02-17 19:55:52.654069638 +0100 @@ -15,6 +15,7 @@ LDLIBS = $(LLDLIBS) $(PLDLIBS) $(MALLOCL MAKEOPTS = --no-print-directory SRCFILES = Makefile $(HFILES) $(CFILES) $(LSRCFILES) $(LFILES) $(YFILES) +SRCFILES += $(QAHFILES) DEPDIRT = dep dep.bak MANDIRT = *.[1-9].gz Index: xfsprogs-dev/db/Makefile =================================================================== --- xfsprogs-dev.orig/db/Makefile 2009-02-17 20:03:49.554944958 +0100 +++ xfsprogs-dev/db/Makefile 2009-02-17 20:04:16.189070177 +0100 @@ -15,6 +15,8 @@ HFILES = addr.h agf.h agfl.h agi.h attr. 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: xfsprogs-dev/doc/Makefile =================================================================== --- xfsprogs-dev.orig/doc/Makefile 2009-02-17 20:02:23.434944233 +0100 +++ xfsprogs-dev/doc/Makefile 2009-02-17 20:02:40.158944629 +0100 @@ -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: xfsprogs-dev/include/Makefile =================================================================== --- xfsprogs-dev.orig/include/Makefile 2009-02-17 19:51:43.273069121 +0100 +++ xfsprogs-dev/include/Makefile 2009-02-17 22:44:41.831973534 +0100 @@ -37,7 +37,7 @@ PHFILES = darwin.h freebsd.h irix.h linu 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: xfsprogs-dev/repair/Makefile =================================================================== --- xfsprogs-dev.orig/repair/Makefile 2009-02-17 20:03:01.254069430 +0100 +++ xfsprogs-dev/repair/Makefile 2009-02-17 20:03:10.846069320 +0100 @@ -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 \ _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs