From: Eric Sandeen <sandeen@sandeen.net>
To: xfs mailing list <xfs@oss.sgi.com>
Subject: [PATCH] fix up xfs-cmds build after the parallel-fest
Date: Fri, 05 Dec 2008 11:30:16 -0600 [thread overview]
Message-ID: <49396528.1090700@sandeen.net> (raw)
My big parallel build patch lost the "make configure" target.
This broke Makepkgs...
Now, IMHO, running configure from make is a little bass-ackwards;
I'd probably prefer to have Makepkgs explicitly run:
autoconf; configure --myoptions; make
but for now, this adds back in a workable "make configure" target.
Also fixed "make install-lib" for acl, which was failing
in the man subdir.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Index: xfs-cmds/acl/Makefile
===================================================================
--- xfs-cmds.orig/acl/Makefile 2008-12-05 10:42:40.000000000 -0600
+++ xfs-cmds/acl/Makefile 2008-12-05 10:46:04.977513746 -0600
@@ -38,7 +38,7 @@ else
clean: # if configure hasn't run, nothing to clean
endif
-include/builddefs:
+configure include/builddefs:
autoconf
./configure \
--prefix=/ \
Index: xfs-cmds/acl/man/Makefile
===================================================================
--- xfs-cmds.orig/acl/man/Makefile 2008-12-05 10:42:40.000000000 -0600
+++ xfs-cmds/acl/man/Makefile 2008-12-05 10:48:20.842513303 -0600
@@ -13,10 +13,15 @@ install : $(addsuffix -install,$(SUBDIRS
install-dev : $(addsuffix -install-dev,$(SUBDIRS))
+install-lib: $(addsuffix -install-lib,$(SUBDIRS))
+
%-install:
$(MAKE) -C $* install
%-install-dev:
$(MAKE) -C $* install-dev
+%-install-lib:
+ $(MAKE) -C $* install-lib
+
include $(BUILDRULES)
Index: xfs-cmds/dmapi/Makefile
===================================================================
--- xfs-cmds.orig/dmapi/Makefile 2008-12-05 10:42:40.000000000 -0600
+++ xfs-cmds/dmapi/Makefile 2008-12-05 11:07:59.130513205 -0600
@@ -36,7 +36,7 @@ else
clean: # if configure hasn't run, nothing to clean
endif
-include/builddefs:
+configure include/builddefs:
autoconf
./configure \
--prefix=/ \
Index: xfs-cmds/xfsprogs/Makefile
===================================================================
--- xfs-cmds.orig/xfsprogs/Makefile 2008-12-05 11:08:55.000000000 -0600
+++ xfs-cmds/xfsprogs/Makefile 2008-12-05 11:09:03.698512814 -0600
@@ -44,7 +44,7 @@ else
clean: # if configure hasn't run, nothing to clean
endif
-include/builddefs:
+configure include/builddefs:
autoconf
./configure \
--prefix=/ \
Index: xfs-cmds/xfsdump/Makefile
===================================================================
--- xfs-cmds.orig/xfsdump/Makefile 2008-12-05 10:42:40.000000000 -0600
+++ xfs-cmds/xfsdump/Makefile 2008-12-05 11:12:26.074512652 -0600
@@ -37,7 +37,7 @@ else
clean: # if configure hasn't run, nothing to clean
endif
-include/builddefs:
+configure include/builddefs:
autoconf
./configure \
--prefix=/ \
Index: xfs-cmds/nfs4acl/Makefile
===================================================================
--- xfs-cmds.orig/nfs4acl/Makefile 2008-12-05 10:42:40.000000000 -0600
+++ xfs-cmds/nfs4acl/Makefile 2008-12-05 11:27:54.454512630 -0600
@@ -39,7 +39,7 @@ else
clean: # if configure hasn't run, nothing to clean
endif
-include/builddefs:
+configure include/builddefs:
autoconf
./configure \
--prefix=/ \
Index: xfs-cmds/xfstests/Makefile
===================================================================
--- xfs-cmds.orig/xfstests/Makefile 2008-12-05 10:42:40.000000000 -0600
+++ xfs-cmds/xfstests/Makefile 2008-12-05 11:27:59.947513229 -0600
@@ -42,7 +42,7 @@ else
clean: # if configure hasn't run, nothing to clean
endif
-include/builddefs:
+configure include/builddefs:
autoheader
autoconf
./configure \
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next reply other threads:[~2008-12-05 17:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-05 17:30 Eric Sandeen [this message]
2008-12-05 17:37 ` [PATCH] fix up xfs-cmds build after the parallel-fest Christoph Hellwig
2008-12-06 10:24 ` Christoph Hellwig
2008-12-06 13:38 ` [PATCH V2] " Eric Sandeen
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=49396528.1090700@sandeen.net \
--to=sandeen@sandeen.net \
--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.