public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* Build system revamp, part 1
@ 2012-05-25  7:18 Jan Engelhardt
  2012-05-25  7:18 ` [PATCH 1/6] build: rename to configure.ac Jan Engelhardt
                   ` (8 more replies)
  0 siblings, 9 replies; 23+ messages in thread
From: Jan Engelhardt @ 2012-05-25  7:18 UTC (permalink / raw)
  To: xfs; +Cc: jengelh


The following changes since commit a8decaf0cf49d3db099e8dc419390c353e2b19ad:

  3.1.8 release (2012-03-20 13:52:15 -0500)

are available in the git repository at:
  git://inai.de/xfsprogs master

Jan Engelhardt (6):
      build: rename to configure.ac
      build: use new autoconf constructs
      build: remove home-baked long/ptr size detection
      build: use standard type intptr_t
      build: use standard type uintptr_t
      Update .gitignore

 .gitignore                   |   82 +++++++++++++++++++++---------------------
 configure.in => configure.ac |   17 ++++++---
 db/bit.c                     |    8 ++--
 db/check.c                   |    8 ++--
 db/field.c                   |    8 ++--
 db/field.h                   |    6 ++--
 include/platform_defs.h.in   |   52 +++------------------------
 include/xfs_btree.h          |   12 +++---
 libxfs/xfs_alloc_btree.c     |   24 ++++++------
 libxfs/xfs_bmap_btree.c      |   24 ++++++------
 libxfs/xfs_ialloc_btree.c    |   24 ++++++------
 logprint/log_misc.c          |    2 +-
 m4/package_types.m4          |   51 --------------------------
 repair/agheader.c            |   26 +++++++-------
 repair/attr_repair.c         |    6 ++--
 repair/avl.c                 |   36 +++++++++---------
 repair/avl.h                 |   18 +++++-----
 repair/dir.c                 |   54 ++++++++++++++--------------
 repair/dir2.c                |   24 ++++++------
 repair/incore_ext.c          |   27 +++++++-------
 repair/incore_ino.c          |   10 +++---
 repair/phase5.c              |    5 ++-
 repair/phase6.c              |   64 ++++++++++++++++----------------
 23 files changed, 251 insertions(+), 337 deletions(-)
 rename configure.in => configure.ac (90%)

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

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

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

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-25  7:18 Build system revamp, part 1 Jan Engelhardt
2012-05-25  7:18 ` [PATCH 1/6] build: rename to configure.ac Jan Engelhardt
2012-05-25 10:36   ` Christoph Hellwig
2012-05-25 14:43     ` Jan Engelhardt
2012-05-25 14:46       ` [PATCH] " Jan Engelhardt
2012-05-25  7:18 ` [PATCH 2/6] build: use new autoconf constructs Jan Engelhardt
2012-05-25 10:36   ` Christoph Hellwig
2012-05-25  7:18 ` [PATCH 3/6] build: remove home-baked long/ptr size detection Jan Engelhardt
2012-05-25 10:37   ` Christoph Hellwig
2012-05-25  7:18 ` [PATCH 4/6] build: use standard type intptr_t Jan Engelhardt
2012-05-25 10:37   ` Christoph Hellwig
2012-05-25 15:52     ` xfsprogs/build: " Jan Engelhardt
2012-05-25 15:52       ` [PATCH 1/2] types.h: implement intptr_t and uintptr_t Jan Engelhardt
2012-05-31 17:59         ` Ben Myers
2012-05-31 18:05           ` Jan Engelhardt
2012-05-25 15:52       ` [PATCH 2/2] xfs: use standard (u)intptr_t types Jan Engelhardt
2012-05-25  7:18 ` [PATCH 5/6] build: use standard type uintptr_t Jan Engelhardt
2012-05-25 10:38   ` Christoph Hellwig
2012-05-25  7:18 ` [PATCH 6/6] Update .gitignore Jan Engelhardt
2012-05-25 10:39   ` Christoph Hellwig
2012-05-25 10:39 ` Build system revamp, part 1 Christoph Hellwig
2012-10-26  8:42 ` Christoph Hellwig
2012-10-31 18:28 ` Ben Myers

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