diff mbox

e2fsprogs: blkid.static make target

Message ID 49A4D3F5.3000106@redhat.com
State Accepted, archived
Headers show

Commit Message

Eric Sandeen Feb. 25, 2009, 5:15 a.m. UTC
Nice for testing w/o needing to swizzle around system 
libraries...

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


--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Theodore Ts'o March 6, 2009, 7:42 a.m. UTC | #1
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
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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