Changeset c8b93bd in freewrt for package/base-files-arch


Ignore:
Timestamp:
Sep 16, 2006, 6:21:37 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
9036ea5
Parents:
8e47882
Message:

major package Makefile cleanup. remove mostly-clean, add licence header, always use RSTRIP varibale for stripping, rename some init scripts, indent

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/base-files-arch/Makefile

    r8e47882 rc8b93bd  
     1# $FreeWRT$
     2#-
     3# This file is part of the FreeWRT project. FreeWRT is copyrighted
     4# material, please see the LICENCE file in the top-level directory
     5# or at http://www.freewrt.org/licence for details.
     6
    17include $(TOPDIR)/rules.mk
    28include $(TOPDIR)/mk/targets.mk
    39
    410PKG_NAME:=              base-files-arch
    5 PKG_RELEASE:=           1
     11PKG_RELEASE:=           2
     12
    613WRKSRC=                 ${WRKDIR}/$(PKG_NAME)
    714DISTFILES:=
    815
    9 include $(TOPDIR)/package/rules.mk
     16include $(TOPDIR)/mk/package.mk
    1017
    1118IDIR_BASE_ARCH:=$(WRKBUILD)/$(PKG_NAME)
     
    2532        mkdir -p $(IDIR_BASE_ARCH)
    2633        $(SCRIPT_DIR)/make-ipkg-dir.sh $(IDIR_BASE_ARCH) ipkg/$(PKG_NAME).control $(PKG_RELEASE) $(ARCH)
    27         echo "copy $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/files"
    2834        -[ -d $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/files ] && \
    2935                $(CP) $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/files/* $(IDIR_BASE_ARCH)
     36        -[ -d $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/$(FS)/files ] && \
     37                $(CP) $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/$(FS)/files/* $(IDIR_BASE_ARCH)
    3038        -[ -d $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/$(MODEL)/files ] && \
    3139                $(CP) $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/$(MODEL)/files/* $(IDIR_BASE_ARCH)
Note: See TracChangeset for help on using the changeset viewer.