linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libquota: fix "make install" so it works in with a VPATH build directory
@ 2011-09-14 17:18 Theodore Ts'o
  2011-09-14 17:18 ` [PATCH] mke2fs.static: change library ordering to avoid a link error Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Theodore Ts'o @ 2011-09-14 17:18 UTC (permalink / raw)
  To: Ext4 Developers List; +Cc: adityakali, Theodore Ts'o

Also fix up the name of the header file which we are installing so it
is correct.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
---
 lib/quota/Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/quota/Makefile.in b/lib/quota/Makefile.in
index 0005ac0..1f57441 100644
--- a/lib/quota/Makefile.in
+++ b/lib/quota/Makefile.in
@@ -82,8 +82,8 @@ install:: all installdirs
 	$(Q) $(INSTALL_DATA) libquota.a $(DESTDIR)$(libdir)/libquota.a
 	-$(Q) $(RANLIB) $(DESTDIR)$(libdir)/libquota.a
 	$(Q) $(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/libquota.a
-	$(E) "	INSTALL_DATA $(includedir)/quota/quota.h"
-	$(Q) $(INSTALL_DATA) mkquota.h $(DESTDIR)$(includedir)/quota/mkquota.h
+	$(E) "	INSTALL_DATA $(includedir)/quota/mkquota.h"
+	$(Q) $(INSTALL_DATA) $(srcdir)/mkquota.h $(DESTDIR)$(includedir)/quota/mkquota.h
 	$(Q) for i in $(SMANPAGES); do \
 		$(RM) -f $(DESTDIR)$(man3dir)/$$i.gz; \
 		echo "	INSTALL_DATA $(man3dir)/$$i"; \
-- 
1.7.4.1.22.gec8e1.dirty


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

* [PATCH] mke2fs.static: change library ordering to avoid a link error
  2011-09-14 17:18 [PATCH] libquota: fix "make install" so it works in with a VPATH build directory Theodore Ts'o
@ 2011-09-14 17:18 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2011-09-14 17:18 UTC (permalink / raw)
  To: Ext4 Developers List; +Cc: adityakali, Theodore Ts'o

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
---
 misc/Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/Makefile.in b/misc/Makefile.in
index a23adcd..d7c4a5e 100644
--- a/misc/Makefile.in
+++ b/misc/Makefile.in
@@ -230,8 +230,8 @@ mke2fs.static: $(MKE2FS_OBJS) $(STATIC_DEPLIBS) $(STATIC_LIBE2P) $(DEPSTATIC_LIB
 		$(DEPSTATIC_LIBQUOTA) $(DEPSTATIC_LIBBLKID)
 	$(E) "	LD $@"
 	$(Q) $(CC) $(ALL_LDFLAGS) -static -o mke2fs.static $(MKE2FS_OBJS) \
-		$(STATIC_LIBS) $(STATIC_LIBE2P) $(STATIC_LIBBLKID) \
-		$(STATIC_LIBUUID) $(STATIC_LIBQUOTA) $(LIBINTL)
+		$(STATIC_LIBQUOTA) $(STATIC_LIBS) $(STATIC_LIBE2P) \
+		$(STATIC_LIBBLKID) $(STATIC_LIBUUID) $(LIBINTL)
 
 mke2fs.profiled: $(PROFILED_MKE2FS_OBJS) $(PROFILED_DEPLIBS) \
 	$(PROFILED_LIBE2P) $(PROFILED_DEPLIBBLKID) $(PROFILED_DEPLIBUUID) \
-- 
1.7.4.1.22.gec8e1.dirty


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

end of thread, other threads:[~2011-09-14 17:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14 17:18 [PATCH] libquota: fix "make install" so it works in with a VPATH build directory Theodore Ts'o
2011-09-14 17:18 ` [PATCH] mke2fs.static: change library ordering to avoid a link error Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).