diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-30 15:27:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-30 15:27:34 +0100 |
commit | 2875c0ee841e74e272e832fdfb91dc8c73013ccd (patch) | |
tree | 20d0ec969f51b9eb3410090f64a1fc6e092b9fb0 /target/foxboard/tools | |
parent | 86ada69f32491de2415d237605370e7f4e8d5e01 (diff) | |
parent | 47e50c10a8bb626f3366912bc4691bd5fbddea45 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/foxboard/tools')
-rw-r--r-- | target/foxboard/tools/squashfs/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/foxboard/tools/squashfs/Makefile b/target/foxboard/tools/squashfs/Makefile deleted file mode 100644 index a55181f88..000000000 --- a/target/foxboard/tools/squashfs/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include $(TOPDIR)/rules.mk - -PKG_NAME:= squashfs -PKG_VERSION:= 4.0 -PKG_RELEASE:= 1 -PKG_MD5SUM:= a3c23391da4ebab0ac4a75021ddabf96 -PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=squashfs/} -DISTFILES:= ${PKG_NAME}${PKG_VERSION}.tar.gz -WRKDIST= ${WRKDIR}/$(PKG_NAME)${PKG_VERSION} - -include ../rules.mk - -$(WRKBUILD)/.compiled: ${WRKDIST}/.prepared - $(MAKE) -C $(WRKBUILD)/squashfs-tools - touch $@ - -$(WRKBUILD)/.installed: - $(INSTALL_BIN) $(WRKBUILD)/squashfs-tools/mksquashfs \ - ${STAGING_TOOLS}/bin - touch $@ - -include $(TOPDIR)/mk/tools.mk |