All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 0/2] xfsdump: build system revamp
@ 2012-10-30 21:31 Ben Myers
  2012-10-30 21:31 ` [patch 1/2] [PATCH 2/6] xfsdump: build: use new autoconf constructs Ben Myers
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ben Myers @ 2012-10-30 21:31 UTC (permalink / raw)
  To: xfs; +Cc: Jan Engelhardt, Rich Johnston

Hi,

Here are Jan Engelhardt's patches originally posted here
http://oss.sgi.com/archives/xfs/2012-05/msg00323.html
as they apply to xfsdump.

Patch 2 applied without much modification, patch 3 was not necessary for
xfsdump, and patch 6 did not apply at all so I implemented that.

Regards,
	Ben

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

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

* [patch 1/2] [PATCH 2/6] xfsdump: build: use new autoconf constructs
  2012-10-30 21:31 [patch 0/2] xfsdump: build system revamp Ben Myers
@ 2012-10-30 21:31 ` Ben Myers
  2012-10-30 21:31 ` [patch 2/2] [PATCH 6/6] xfsdump: Update .gitignore Ben Myers
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Ben Myers @ 2012-10-30 21:31 UTC (permalink / raw)
  To: xfs; +Cc: Jan Engelhardt, Rich Johnston

[-- Attachment #1: build-use-new-autoconf-constructs-2.patch --]
[-- Type: text/plain, Size: 1014 bytes --]

From: Jan Engelhardt <jengelh@inai.de>

Looks like AC_CONFIG_FILES existed since 2.14 already.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>

---
v2: minor changes to apply to xfsdump -bpm

 configure.ac |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

Index: xfsdump/configure.ac
===================================================================
--- xfsdump.orig/configure.ac
+++ xfsdump/configure.ac
@@ -1,7 +1,8 @@
-AC_INIT(common/main.c)
+AC_INIT([xfsdump], [3.1.0])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_SRCDIR([common/main.c])
 AC_CONFIG_HEADER(include/config.h)
 AC_PREFIX_DEFAULT(/usr)
 
@@ -83,4 +84,5 @@ AC_PACKAGE_NEED_ATTRGET_LIBATTR
 
 AC_MANUAL_FORMAT
 
-AC_OUTPUT(include/builddefs)
+AC_CONFIG_FILES([include/builddefs])
+AC_OUTPUT

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

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

* [patch 2/2] [PATCH 6/6] xfsdump: Update .gitignore
  2012-10-30 21:31 [patch 0/2] xfsdump: build system revamp Ben Myers
  2012-10-30 21:31 ` [patch 1/2] [PATCH 2/6] xfsdump: build: use new autoconf constructs Ben Myers
@ 2012-10-30 21:31 ` Ben Myers
  2012-10-30 21:54 ` [1/1] xfsdump: Polish translation Phil White
  2012-10-31 17:03 ` [patch 0/2] xfsdump: build system revamp Ben Myers
  3 siblings, 0 replies; 5+ messages in thread
From: Ben Myers @ 2012-10-30 21:31 UTC (permalink / raw)
  To: xfs; +Cc: Jan Engelhardt, Rich Johnston

[-- Attachment #1: update-.gitignore.patch --]
[-- Type: text/plain, Size: 4840 bytes --]

Root entries to where they only can occur.

Reported-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Ben Myers <bpm@sgi.com>

---
 .gitignore |   82 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 41 insertions(+), 41 deletions(-)

Index: xfsdump/.gitignore
===================================================================
--- xfsdump.orig/.gitignore
+++ xfsdump/.gitignore
@@ -4,138 +4,138 @@
 
 # build system
 .census
-include/config.h
-include/builddefs
-install-sh
+/include/config.h
+/include/builddefs
+/install-sh
 
 # packaging
-doc/CHANGES.gz
+/doc/CHANGES.gz
 xfsdump-*
 xfsdump_*
 
 # autoconf generated files
-aclocal.m4
-m4/libtool.m4
-m4/ltoptions.m4
-m4/ltsugar.m4
-m4/ltversion.m4
-m4/lt~obsolete.m4
-autom4te.cache/
-config.guess
-config.log
-config.status
-config.sub
-configure
+/aclocal.m4
+/m4/libtool.m4
+/m4/ltoptions.m4
+/m4/ltsugar.m4
+/m4/ltversion.m4
+/m4/lt~obsolete.m4
+/autom4te.cache/
+/config.guess
+/config.log
+/config.status
+/config.sub
+/configure
 
 # libtool
-libtool
-ltmain.sh
+/libtool
+/ltmain.sh
 *.lo
 *.la
 .libs
 .ltdep
 
 # gettext
-po/xfsdump.pot
-po/*.mo
+/po/xfsdump.pot
+/po/*.mo
 
 # cscope stuff
 cscope.*
 
 # quilt stuff
-.pc/
-patches/
+/.pc/
+/patches/
 
 # binaries
-dump/xfsdump
-invutil/xfsinvutil
-restore/xfsrestore
+/dump/xfsdump
+/invutil/xfsinvutil
+/restore/xfsrestore
 
 # @%#% symlinked sourced files
-dump/arch_xlate.[ch]
-dump/cldmgr.[ch]
-dump/content.h
-dump/content_common.[ch]
-dump/content_inode.h
-dump/dlog.[ch]
-dump/drive.[ch]
-dump/drive_minrmt.c
-dump/drive_scsitape.c
-dump/drive_simple.c
-dump/exit.h
-dump/fs.[ch]
-dump/getdents.[ch]
-dump/global.[ch]
-dump/hsmapi.[ch]
-dump/inv_api.c
-dump/inv_core.c
-dump/inv_files.c
-dump/inv_fstab.c
-dump/inv_idx.c
-dump/inv_mgr.c
-dump/inv_priv.h
-dump/inv_stobj.c
-dump/inventory.h
-dump/lock.[ch]
-dump/main.c
-dump/media.h
-dump/mlog.[ch]
-dump/openutil.[ch]
-dump/path.[ch]
-dump/qlock.[ch]
-dump/rec_hdr.h
-dump/ring.[ch]
-dump/sproc.[ch]
-dump/stream.[ch]
-dump/timeutil.[ch]
-dump/ts_mtio.h
-dump/types.h
-dump/util.[ch]
-
-invutil/global.h
-invutil/inv_files.c
-invutil/inv_priv.h
-invutil/inventory.h
-invutil/mlog.h
-invutil/timeutil.[ch]
-invutil/types.h
-invutil/util.h
-
-restore/arch_xlate.[ch]
-restore/cldmgr.[ch]
-restore/content.h
-restore/content_inode.h
-restore/dlog.[ch]
-restore/drive.[ch]
-restore/drive_minrmt.c
-restore/drive_scsitape.c
-restore/drive_simple.c
-restore/exit.h
-restore/fs.[ch]
-restore/getdents.[ch]
-restore/global.[ch]
-restore/hsmapi.[ch]
-restore/inv_api.c
-restore/inv_core.c
-restore/inv_files.c
-restore/inv_fstab.c
-restore/inv_idx.c
-restore/inv_mgr.c
-restore/inv_priv.h
-restore/inv_stobj.c
-restore/inventory.h
-restore/lock.[ch]
-restore/main.c
-restore/media.h
-restore/mlog.[ch]
-restore/openutil.[ch]
-restore/path.[ch]
-restore/qlock.[ch]
-restore/rec_hdr.h
-restore/ring.[ch]
-restore/sproc.[ch]
-restore/stream.[ch]
-restore/timeutil.[ch]
-restore/ts_mtio.h
-restore/types.h
-restore/util.[ch]
+/dump/arch_xlate.[ch]
+/dump/cldmgr.[ch]
+/dump/content.h
+/dump/content_common.[ch]
+/dump/content_inode.h
+/dump/dlog.[ch]
+/dump/drive.[ch]
+/dump/drive_minrmt.c
+/dump/drive_scsitape.c
+/dump/drive_simple.c
+/dump/exit.h
+/dump/fs.[ch]
+/dump/getdents.[ch]
+/dump/global.[ch]
+/dump/hsmapi.[ch]
+/dump/inv_api.c
+/dump/inv_core.c
+/dump/inv_files.c
+/dump/inv_fstab.c
+/dump/inv_idx.c
+/dump/inv_mgr.c
+/dump/inv_priv.h
+/dump/inv_stobj.c
+/dump/inventory.h
+/dump/lock.[ch]
+/dump/main.c
+/dump/media.h
+/dump/mlog.[ch]
+/dump/openutil.[ch]
+/dump/path.[ch]
+/dump/qlock.[ch]
+/dump/rec_hdr.h
+/dump/ring.[ch]
+/dump/sproc.[ch]
+/dump/stream.[ch]
+/dump/timeutil.[ch]
+/dump/ts_mtio.h
+/dump/types.h
+/dump/util.[ch]
+
+/invutil/global.h
+/invutil/inv_files.c
+/invutil/inv_priv.h
+/invutil/inventory.h
+/invutil/mlog.h
+/invutil/timeutil.[ch]
+/invutil/types.h
+/invutil/util.h
+
+/restore/arch_xlate.[ch]
+/restore/cldmgr.[ch]
+/restore/content.h
+/restore/content_inode.h
+/restore/dlog.[ch]
+/restore/drive.[ch]
+/restore/drive_minrmt.c
+/restore/drive_scsitape.c
+/restore/drive_simple.c
+/restore/exit.h
+/restore/fs.[ch]
+/restore/getdents.[ch]
+/restore/global.[ch]
+/restore/hsmapi.[ch]
+/restore/inv_api.c
+/restore/inv_core.c
+/restore/inv_files.c
+/restore/inv_fstab.c
+/restore/inv_idx.c
+/restore/inv_mgr.c
+/restore/inv_priv.h
+/restore/inv_stobj.c
+/restore/inventory.h
+/restore/lock.[ch]
+/restore/main.c
+/restore/media.h
+/restore/mlog.[ch]
+/restore/openutil.[ch]
+/restore/path.[ch]
+/restore/qlock.[ch]
+/restore/rec_hdr.h
+/restore/ring.[ch]
+/restore/sproc.[ch]
+/restore/stream.[ch]
+/restore/timeutil.[ch]
+/restore/ts_mtio.h
+/restore/types.h
+/restore/util.[ch]

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

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

* Re: [1/1] xfsdump: Polish translation
  2012-10-30 21:31 [patch 0/2] xfsdump: build system revamp Ben Myers
  2012-10-30 21:31 ` [patch 1/2] [PATCH 2/6] xfsdump: build: use new autoconf constructs Ben Myers
  2012-10-30 21:31 ` [patch 2/2] [PATCH 6/6] xfsdump: Update .gitignore Ben Myers
@ 2012-10-30 21:54 ` Phil White
  2012-10-31 17:03 ` [patch 0/2] xfsdump: build system revamp Ben Myers
  3 siblings, 0 replies; 5+ messages in thread
From: Phil White @ 2012-10-30 21:54 UTC (permalink / raw)
  To: qboosh; +Cc: xfs

On Sun Oct 7 07:55:34 CDT 2012, Jakub Bogusz wrote:
> Hello,
> 
> I've made an initial Polish translation for xfsdump (3.1.0).
> It's available at http://qboosh.pl/pl.po/xfsdump-3.1.0.pl.po

Looks good.  8)

Reviewed-by: Phil White <pwhite@sgi.com>

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

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

* Re: [patch 0/2] xfsdump: build system revamp
  2012-10-30 21:31 [patch 0/2] xfsdump: build system revamp Ben Myers
                   ` (2 preceding siblings ...)
  2012-10-30 21:54 ` [1/1] xfsdump: Polish translation Phil White
@ 2012-10-31 17:03 ` Ben Myers
  3 siblings, 0 replies; 5+ messages in thread
From: Ben Myers @ 2012-10-31 17:03 UTC (permalink / raw)
  To: xfs; +Cc: Jan Engelhardt, Rich Johnston

On Tue, Oct 30, 2012 at 04:31:50PM -0500, Ben Myers wrote:
> Here are Jan Engelhardt's patches originally posted here
> http://oss.sgi.com/archives/xfs/2012-05/msg00323.html
> as they apply to xfsdump.
> 
> Patch 2 applied without much modification, patch 3 was not necessary for
> xfsdump, and patch 6 did not apply at all so I implemented that.

These two have been committed to git://oss.sgi.com/xfs/cmds/xfsdump.git, master branch.

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

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

end of thread, other threads:[~2012-10-31 17:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-30 21:31 [patch 0/2] xfsdump: build system revamp Ben Myers
2012-10-30 21:31 ` [patch 1/2] [PATCH 2/6] xfsdump: build: use new autoconf constructs Ben Myers
2012-10-30 21:31 ` [patch 2/2] [PATCH 6/6] xfsdump: Update .gitignore Ben Myers
2012-10-30 21:54 ` [1/1] xfsdump: Polish translation Phil White
2012-10-31 17:03 ` [patch 0/2] xfsdump: build system revamp Ben Myers

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.