Changeset 518
- Timestamp:
- 08/14/06 23:55:47 (2 years ago)
- Files:
-
- trunk/freewrt/target/linux/imagebuilder/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/target/linux/imagebuilder/Makefile
r1 r518 1 default: clean all 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/license for details. 6 7 default: clean wrap-all 2 8 3 9 TOPDIR:=${shell pwd} … … 48 54 find $(LINUX_BUILD_DIR)/root -name '.svn' || 'CVS' | xargs rm -rf 49 55 $(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install 56 57 wrap-all: 58 @printf '%s\nwq\n' "1s#^.*\$$#TOPDIR:=$$(readlink -nf .)#" | \ 59 ed -s lbin/prereq.mk 60 @./lbin/gmake all


