Skip to content

Commit

Permalink
tools: remove a bunch of unused automake macros
Browse files Browse the repository at this point in the history
The feeds that use them have been unmaintained for a long time, and
something similar can easily be added as a regular host build package.

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 44869
  • Loading branch information
Felix Fietkau committed Mar 17, 2015
1 parent 5535283 commit e9dd838
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 509 deletions.
6 changes: 1 addition & 5 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ tools-$(BUILD_TOOLCHAIN) += gmp mpfr mpc libelf
tools-y += m4 libtool autoconf automake flex bison pkg-config sed mklibs
tools-y += sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage
tools-y += firmware-utils patch-image patch quilt yaffs2 flock padjffs2
tools-y += mm-macros xorg-macros xfce-macros missing-macros xz cmake scons bc
tools-y += findutils gengetopt patchelf
tools-y += missing-macros xz cmake scons bc findutils gengetopt patchelf
tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2
tools-$(CONFIG_powerpc) += upx
tools-$(CONFIG_TARGET_x86) += qemu
Expand Down Expand Up @@ -61,9 +60,6 @@ $(curdir)/mkimage/compile := $(curdir)/sed/install
$(curdir)/mklibs/compile := $(curdir)/libtool/install
$(curdir)/qemu/compile := $(curdir)/e2fsprogs/install
$(curdir)/upslug2/compile := $(curdir)/libtool/install
$(curdir)/mm-macros/compile := $(curdir)/libtool/install
$(curdir)/xorg-macros/compile := $(curdir)/libtool/install
$(curdir)/xfce-macros/compile := $(curdir)/libtool/install
$(curdir)/missing-macros/compile := $(curdir)/autoconf/install
$(curdir)/e2fsprogs/compile := $(curdir)/libtool/install
$(curdir)/libelf/compile := $(curdir)/libtool/install
Expand Down
196 changes: 0 additions & 196 deletions tools/missing-macros/src/m4/esd.m4

This file was deleted.

65 changes: 0 additions & 65 deletions tools/missing-macros/src/m4/xaw.m4

This file was deleted.

Loading

0 comments on commit e9dd838

Please sign in to comment.