Changeset db32a6c in freewrt for tools


Ignore:
Timestamp:
Jul 21, 2006, 2:56:00 AM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
dd02a42
Parents:
509a849
Message:

include late... they get evaluated after all

git-svn-id: svn://www.freewrt.org/trunk/freewrt@316 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
tools
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • tools/jffs2/Makefile

    r509a849 rdb32a6c  
    11# $FreeWRT$
    2 
    3 include $(TOPDIR)/rules.mk
    4 include ../rules.mk
    52
    63PKG_NAME=               mtd
     
    118PKG_SOURCE_URL=         http://ftp.debian.org/debian/pool/main/m/mtd
    129WRKSRC=                 ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}.orig
     10
     11include $(TOPDIR)/rules.mk
     12include ../rules.mk
    1313
    1414$(WRKBUILD)/.unpacked: $(DL_DIR)/$(PKG_SOURCE)
  • tools/lzma/Makefile

    r509a849 rdb32a6c  
    11# $FreeWRT$
    2 
    3 include $(TOPDIR)/rules.mk
    4 include ../rules.mk
    52
    63PKG_NAME:=              lzma
     
    1411
    1512TARGETS=                $(LZMA_LIB_DIR)/liblzma.a $(LZMA_ALONE_DIR)/lzma
     13
     14include $(TOPDIR)/rules.mk
     15include ../rules.mk
    1616
    1717$(WRKBUILD)/.unpacked: $(DL_DIR)/$(PKG_SOURCE)
  • tools/rules.mk

    r509a849 rdb32a6c  
    77ifneq (${PKG_SOURCE_URL},)
    88PKG_SOURCE?=            ${PKG_NAME}-${PKG_VERSION}.tar.gz
     9DISTFILES?=             ${DL_DIR}/${PKG_SOURCE}
    910endif
    10 DISTFILES?=             ${DL_DIR}/${PKG_SOURCE}
    1111
    1212ifneq (${PKG_SOURCE_URL},)
  • tools/sed/Makefile

    r509a849 rdb32a6c  
    11# $FreeWRT$
    2 
    3 include $(TOPDIR)/rules.mk
    4 include ../rules.mk
    52
    63PKG_NAME:=              sed
     
    118PKG_BINARY:=            sed/sed
    129PKG_TARGET_BINARY:=     bin/sed
     10
     11include $(TOPDIR)/rules.mk
     12include ../rules.mk
    1313
    1414$(WRKBUILD)/.unpacked: $(DL_DIR)/$(PKG_SOURCE)
  • tools/squashfs/Makefile

    r509a849 rdb32a6c  
    11# $FreeWRT$
    2 
    3 include $(TOPDIR)/rules.mk
    4 include ../rules.mk
    52
    63PKG_NAME:=              squashfs
     
    107PKG_SOURCE_URL:=        @SF/squashfs
    118WRKSRC?=                ${WRKDIR}/${PKG_NAME}${PKG_VERSION}
     9
     10include $(TOPDIR)/rules.mk
     11include ../rules.mk
    1212
    1313$(WRKBUILD)/.unpacked: $(DL_DIR)/$(PKG_SOURCE)
Note: See TracChangeset for help on using the changeset viewer.