mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Fix log
This commit is contained in:
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user