public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfsdump: make sure Makpekgs is complete
@ 2009-02-24 18:38 Christoph Hellwig
  2009-03-16  6:30 ` Christoph Hellwig
  2009-03-21  4:02 ` Eric Sandeen
  0 siblings, 2 replies; 3+ messages in thread
From: Christoph Hellwig @ 2009-02-24 18:38 UTC (permalink / raw)
  To: xfs


Signed-off-by: Christoph Hellwig <hch@lst.de>

Index: xfsdump-dev/doc/Makefile
===================================================================
--- xfsdump-dev.orig/doc/Makefile	2009-02-24 19:31:07.048152638 +0100
+++ xfsdump-dev/doc/Makefile	2009-02-24 19:31:34.859030054 +0100
@@ -7,13 +7,8 @@ include $(TOPDIR)/include/builddefs
 
 README = README.xfsdump
 LSRCFILES = INSTALL PORTING CHANGES COPYING $(README) \
-	directories.gif directories.obj               \
-	files.gif files.obj                           \
-	global_hdr.gif global_hdr.obj                 \
-	inode_map.gif inode_map.obj                   \
-	media_files.gif media_files.obj               \
-	split_algorithm.gif split_algorithm.obj       \
-	xfsdump.html xfsdump_ts.txt
+	xfsdump.html xfsdump_ts.txt \
+	*.obj *.gif
 
 LDIRT = *.gz
 
Index: xfsdump-dev/include/Makefile
===================================================================
--- xfsdump-dev.orig/include/Makefile	2009-02-24 19:31:49.244027259 +0100
+++ xfsdump-dev/include/Makefile	2009-02-24 19:37:18.132152625 +0100
@@ -5,7 +5,7 @@
 TOPDIR = ..
 include $(TOPDIR)/include/builddefs
 
-HFILES = swap.h
+HFILES = swab.h swap.h
 LSRCFILES = builddefs.in buildmacros buildrules config.h.in
 
 default install install-dev :
Index: xfsdump-dev/inventory/Makefile
===================================================================
--- xfsdump-dev.orig/inventory/Makefile	2009-02-24 19:32:17.497028005 +0100
+++ xfsdump-dev/inventory/Makefile	2009-02-24 19:34:01.969057100 +0100
@@ -7,7 +7,7 @@ include $(TOPDIR)/include/builddefs
 
 LSRCFILES = inv_api.c inv_core.c inv_fstab.c inv_idx.c inv_mgr.c \
 	inv_oref.c inv_oref.h inv_priv.h inv_stobj.c inv_files.c \
-	inventory.h
+	inventory.h getopt.h testmain.c
 
 default install install-dev:
 

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] xfsdump: make sure Makpekgs is complete
  2009-02-24 18:38 [PATCH] xfsdump: make sure Makpekgs is complete Christoph Hellwig
@ 2009-03-16  6:30 ` Christoph Hellwig
  2009-03-21  4:02 ` Eric Sandeen
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2009-03-16  6:30 UTC (permalink / raw)
  To: xfs

ping?

On Tue, Feb 24, 2009 at 01:38:19PM -0500, Christoph Hellwig wrote:
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> 
> Index: xfsdump-dev/doc/Makefile
> ===================================================================
> --- xfsdump-dev.orig/doc/Makefile	2009-02-24 19:31:07.048152638 +0100
> +++ xfsdump-dev/doc/Makefile	2009-02-24 19:31:34.859030054 +0100
> @@ -7,13 +7,8 @@ include $(TOPDIR)/include/builddefs
>  
>  README = README.xfsdump
>  LSRCFILES = INSTALL PORTING CHANGES COPYING $(README) \
> -	directories.gif directories.obj               \
> -	files.gif files.obj                           \
> -	global_hdr.gif global_hdr.obj                 \
> -	inode_map.gif inode_map.obj                   \
> -	media_files.gif media_files.obj               \
> -	split_algorithm.gif split_algorithm.obj       \
> -	xfsdump.html xfsdump_ts.txt
> +	xfsdump.html xfsdump_ts.txt \
> +	*.obj *.gif
>  
>  LDIRT = *.gz
>  
> Index: xfsdump-dev/include/Makefile
> ===================================================================
> --- xfsdump-dev.orig/include/Makefile	2009-02-24 19:31:49.244027259 +0100
> +++ xfsdump-dev/include/Makefile	2009-02-24 19:37:18.132152625 +0100
> @@ -5,7 +5,7 @@
>  TOPDIR = ..
>  include $(TOPDIR)/include/builddefs
>  
> -HFILES = swap.h
> +HFILES = swab.h swap.h
>  LSRCFILES = builddefs.in buildmacros buildrules config.h.in
>  
>  default install install-dev :
> Index: xfsdump-dev/inventory/Makefile
> ===================================================================
> --- xfsdump-dev.orig/inventory/Makefile	2009-02-24 19:32:17.497028005 +0100
> +++ xfsdump-dev/inventory/Makefile	2009-02-24 19:34:01.969057100 +0100
> @@ -7,7 +7,7 @@ include $(TOPDIR)/include/builddefs
>  
>  LSRCFILES = inv_api.c inv_core.c inv_fstab.c inv_idx.c inv_mgr.c \
>  	inv_oref.c inv_oref.h inv_priv.h inv_stobj.c inv_files.c \
> -	inventory.h
> +	inventory.h getopt.h testmain.c
>  
>  default install install-dev:
>  
> 
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
---end quoted text---

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] xfsdump: make sure Makpekgs is complete
  2009-02-24 18:38 [PATCH] xfsdump: make sure Makpekgs is complete Christoph Hellwig
  2009-03-16  6:30 ` Christoph Hellwig
@ 2009-03-21  4:02 ` Eric Sandeen
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Sandeen @ 2009-03-21  4:02 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: xfs

Christoph Hellwig wrote:
> Signed-off-by: Christoph Hellwig <hch@lst.de>

Reviewed-by: Eric Sandeen <sandeen@sandeen.net>

> Index: xfsdump-dev/doc/Makefile
> ===================================================================
> --- xfsdump-dev.orig/doc/Makefile	2009-02-24 19:31:07.048152638 +0100
> +++ xfsdump-dev/doc/Makefile	2009-02-24 19:31:34.859030054 +0100
> @@ -7,13 +7,8 @@ include $(TOPDIR)/include/builddefs
>  
>  README = README.xfsdump
>  LSRCFILES = INSTALL PORTING CHANGES COPYING $(README) \
> -	directories.gif directories.obj               \
> -	files.gif files.obj                           \
> -	global_hdr.gif global_hdr.obj                 \
> -	inode_map.gif inode_map.obj                   \
> -	media_files.gif media_files.obj               \
> -	split_algorithm.gif split_algorithm.obj       \
> -	xfsdump.html xfsdump_ts.txt
> +	xfsdump.html xfsdump_ts.txt \
> +	*.obj *.gif
>  
>  LDIRT = *.gz
>  
> Index: xfsdump-dev/include/Makefile
> ===================================================================
> --- xfsdump-dev.orig/include/Makefile	2009-02-24 19:31:49.244027259 +0100
> +++ xfsdump-dev/include/Makefile	2009-02-24 19:37:18.132152625 +0100
> @@ -5,7 +5,7 @@
>  TOPDIR = ..
>  include $(TOPDIR)/include/builddefs
>  
> -HFILES = swap.h
> +HFILES = swab.h swap.h
>  LSRCFILES = builddefs.in buildmacros buildrules config.h.in
>  
>  default install install-dev :
> Index: xfsdump-dev/inventory/Makefile
> ===================================================================
> --- xfsdump-dev.orig/inventory/Makefile	2009-02-24 19:32:17.497028005 +0100
> +++ xfsdump-dev/inventory/Makefile	2009-02-24 19:34:01.969057100 +0100
> @@ -7,7 +7,7 @@ include $(TOPDIR)/include/builddefs
>  
>  LSRCFILES = inv_api.c inv_core.c inv_fstab.c inv_idx.c inv_mgr.c \
>  	inv_oref.c inv_oref.h inv_priv.h inv_stobj.c inv_files.c \
> -	inventory.h
> +	inventory.h getopt.h testmain.c
>  
>  default install install-dev:
>  
> 
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
> 

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-21  4:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-24 18:38 [PATCH] xfsdump: make sure Makpekgs is complete Christoph Hellwig
2009-03-16  6:30 ` Christoph Hellwig
2009-03-21  4:02 ` Eric Sandeen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox