From: Christoph Hellwig <hch@infradead.org>
To: xfs@oss.sgi.com
Subject: [PATCH] xfsprogs: generate complete source tarball from Makepkgs
Date: Tue, 17 Feb 2009 16:49:40 -0500 [thread overview]
Message-ID: <20090217214940.GA30787@infradead.org> (raw)
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>
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
next reply other threads:[~2009-02-17 21:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-17 21:49 Christoph Hellwig [this message]
2009-02-23 13:29 ` [PATCH] xfsprogs: generate complete source tarball from Makepkgs Christoph Hellwig
2009-02-23 16:11 ` Felix Blyakher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090217214940.GA30787@infradead.org \
--to=hch@infradead.org \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.