Changeset 2463
- Timestamp:
- 05/08/07 14:37:26 (2 years ago)
- Files:
-
- trunk/freewrt (modified) (1 prop)
- trunk/freewrt/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt
- Property svn:ignore changed from
.cfg
.config*
.prereq_done
.tmpconfig.h
bin
build_*
dl
lbin
make.log
prefs.mk
root_fs*
staging_dir_*
toolchain_build_*
tools_build
to
.cfg
.config*
.prereq_done
.tmpconfig.h
bin
build_*
dl
lbin
make.log
nohup.out
prefs.mk
root_fs*
staging_dir_*
toolchain_build_*
tools_build
- Property svn:ignore changed from
trunk/freewrt/Makefile
r2370 r2463 13 13 14 14 v: .prereq_done 15 (echo; echo "Build started on $$(LC_ALL=C LANGUAGE=C TZ=UTC date)"; \15 @(echo; echo "Build started on $$(LC_ALL=C LANGUAGE=C TZ=UTC date)"; \ 16 16 set -x; ${GMAKE_FMK} V=99 all) 2>&1 | tee -a make.log 17 18 v_q: .prereq_done 19 @(echo; echo "Build started on $$(LC_ALL=C LANGUAGE=C TZ=UTC date)"; \ 20 set -x; ${GMAKE_FMK} V=99 all) >>make.log 2>&1 21 22 slow: 23 @(nohup make v_q 2>&- & while sleep 2; do tail -n 3 make.log; done; :) 17 24 18 25 help: … … 68 75 69 76 clean: .prereq_done 77 -rm -f nohup.out 70 78 @${GMAKE_INV} clean 71 79


