[PATCH] e2fsprogs: blkid.static make target

STALE6369d

2 messages, 2 authors, 2009-03-06 · open the first message on its own page

[PATCH] e2fsprogs: blkid.static make target

From: Eric Sandeen <hidden>
Date: 2009-02-25 05:15:36

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

Signed-off-by: Eric Sandeen <redacted>
---

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 $@"

Re: [PATCH] e2fsprogs: blkid.static make target

From: Theodore Tso <tytso@mit.edu>
Date: 2009-03-06 07:42:19

On Tue, Feb 24, 2009 at 11:15:33PM -0600, Eric Sandeen wrote:
Nice for testing w/o needing to swizzle around system 
libraries...
Thanks, applied.

					- Ted
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help