Fix log
This commit is contained in:
parent
9220e90b0a
commit
552c0d197b
3
Makefile
3
Makefile
@ -485,9 +485,8 @@ prepatch: gcc-patched binutils-patched gdb-patched uclibc-patched
|
||||
log: .lognr.$(PROJECT)
|
||||
@expr `cat .lognr.$(PROJECT)` + 1 > .lognr.$(PROJECT)
|
||||
@echo Creating $(PROJECT)-`cat .lognr.$(PROJECT)`.log
|
||||
@$(MAKE) testing > $(PROJECT)-`cat .lognr.$(PROJECT)`.log 2>&1
|
||||
@$(MAKE) > $(PROJECT)-`cat .lognr.$(PROJECT)`.log 2>&1
|
||||
|
||||
testing:
|
||||
|
||||
cross: $(BASE_TARGETS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user