Changeset c8b93bd in freewrt for package/base-files-arch
- Timestamp:
- Sep 16, 2006, 6:21:37 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 9036ea5
- Parents:
- 8e47882
- File:
-
- 1 edited
-
package/base-files-arch/Makefile (modified) (2 diffs)
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 1 7 include $(TOPDIR)/rules.mk 2 8 include $(TOPDIR)/mk/targets.mk 3 9 4 10 PKG_NAME:= base-files-arch 5 PKG_RELEASE:= 1 11 PKG_RELEASE:= 2 12 6 13 WRKSRC= ${WRKDIR}/$(PKG_NAME) 7 14 DISTFILES:= 8 15 9 include $(TOPDIR)/ package/rules.mk16 include $(TOPDIR)/mk/package.mk 10 17 11 18 IDIR_BASE_ARCH:=$(WRKBUILD)/$(PKG_NAME) … … 25 32 mkdir -p $(IDIR_BASE_ARCH) 26 33 $(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"28 34 -[ -d $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/files ] && \ 29 35 $(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) 30 38 -[ -d $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/$(MODEL)/files ] && \ 31 39 $(CP) $(TOPDIR)/target/linux/$(BOARD)-$(KERNEL)/$(MODEL)/files/* $(IDIR_BASE_ARCH)
Note:
See TracChangeset
for help on using the changeset viewer.
