mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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)
|
log: .lognr.$(PROJECT)
|
||||||
@expr `cat .lognr.$(PROJECT)` + 1 > .lognr.$(PROJECT)
|
@expr `cat .lognr.$(PROJECT)` + 1 > .lognr.$(PROJECT)
|
||||||
@echo Creating $(PROJECT)-`cat .lognr.$(PROJECT)`.log
|
@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)
|
cross: $(BASE_TARGETS)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user