linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] e2fsprogs: blkid.static make target
@ 2009-02-25  5:15 Eric Sandeen
  2009-03-06  7:42 ` Theodore Tso
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2009-02-25  5:15 UTC (permalink / raw)
  To: ext4 development

Nice for testing w/o needing to swizzle around system 
libraries...

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

Index: e2fsprogs/misc/Makefile
===================================================================
--- e2fsprogs.orig/misc/Makefile
+++ e2fsprogs/misc/Makefile
@@ -370,6 +370,11 @@ blkid: $(BLKID_OBJS) $(DEPLIBBLKID) $(LI
 	@$(CC) $(ALL_LDFLAGS) -o blkid $(BLKID_OBJS) $(LIBBLKID) $(LIBINTL) \
 		$(LIBEXT2FS)
 
+blkid.static: $(BLKID_OBJS) $(STATIC_DEPLIBS) $(DEPSTATIC_LIBBLKID)
+	@echo "	LD $@"
+	@$(CC) $(ALL_LDFLAGS) -o blkid.static $(BLKID_OBJS) $(STATIC_LIBS) \
+		$(STATIC_LIBBLKID) $(LIBINTL)
+
 blkid.profiled: $(PROFILED_BLKID_OBJS) $(DEPPROFILED_LIBBLKID) \
 		$(PROFILED_LIBEXT2FS)
 	@echo "	LD $@"


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

end of thread, other threads:[~2009-03-06  7:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-25  5:15 [PATCH] e2fsprogs: blkid.static make target Eric Sandeen
2009-03-06  7:42 ` Theodore Tso

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).