]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
toolchain: Remove pax-utils.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 5 Apr 2010 13:12:07 +0000 (15:12 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 5 Apr 2010 13:12:07 +0000 (15:12 +0200)
pkgs/toolchain/pax-utils/pax-utils.nm [deleted file]

diff --git a/pkgs/toolchain/pax-utils/pax-utils.nm b/pkgs/toolchain/pax-utils/pax-utils.nm
deleted file mode 100644 (file)
index 19145b7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-PKG_TOOLCHAIN_DEPS += gcc glibc
-
-include ../../core/pax-utils/pax-utils.nm
-
-define STAGE_BUILD
-       cd $(DIR_APP) && make scanelf CFLAGS="$(CFLAGS)" $(PARALLELISMFLAGS)
-endef
-
-define STAGE_INSTALL
-       cd $(DIR_APP) && install -m 755 -v scanelf $(TOOLS_DIR)/bin/scanelf
-endef