X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fext2fs%2FMakefile;h=eebf7a2c88e4b86ae413f58dc809fd8bd579c051;hb=b1722f512f7c4ecb8ec0602ee8afbf8961be8fef;hp=0bd24f8fa9129aad72608f44b42024147e84ff14;hpb=8e66fbe159793d5308dcb3a3e29371a0208cb5da;p=openwrt-10.03%2F.git diff --git a/toolchain/ext2fs/Makefile b/toolchain/ext2fs/Makefile index 0bd24f8fa..eebf7a2c8 100644 --- a/toolchain/ext2fs/Makefile +++ b/toolchain/ext2fs/Makefile @@ -19,6 +19,27 @@ PKG_CAT:=zcat include $(INCLUDE_DIR)/host-build.mk +define Build/Configure + ( cd $(PKG_BUILD_DIR); \ + ./configure \ + --target=$(GNU_HOST_NAME) \ + --host=$(GNU_HOST_NAME) \ + --build=$(GNU_HOST_NAME) \ + --program-prefix="" \ + --program-suffix="" \ + --prefix=/usr \ + --exec-prefix=/usr \ + --bindir=/usr/bin \ + --sbindir=/usr/sbin \ + --libexecdir=/usr/lib \ + --sysconfdir=/etc \ + --datadir=/usr/share \ + --localstatedir=/var \ + --mandir=/usr/man \ + --infodir=/usr/info \ + ) +endef + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) all endef