]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
toolchain: Remove e2fsprogs.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 Jan 2010 20:32:18 +0000 (21:32 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 Jan 2010 20:32:18 +0000 (21:32 +0100)
pkgs/toolchain/e2fsprogs/e2fsprogs.nm [deleted file]

diff --git a/pkgs/toolchain/e2fsprogs/e2fsprogs.nm b/pkgs/toolchain/e2fsprogs/e2fsprogs.nm
deleted file mode 100644 (file)
index 9e15a42..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-
-PKG_TOOLCHAIN_DEPS += gcc glibc
-
-include ../../core/e2fsprogs/e2fsprogs.nm
-
-define STAGE_BUILD
-       cd $(DIR_APP)/build && \
-               ../configure \
-                       $(CONFIGURE_ARCH) \
-                       --prefix=$(TOOLS_DIR) \
-                       --enable-elf-shlibs
-
-       cd $(DIR_APP)/build && make $(PARALLELISMFLAGS)
-endef
-
-define STAGE_INSTALL
-       cd $(DIR_APP)/build && make install-libs
-endef