summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2008-07-07 23:20:09 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2008-07-07 23:20:09 +0000
commit552c0d197b8cdc76b76b1b0579f89d0a4ad0df8a (patch)
tree7372ceaa27bc391da0d46a7232de4c1994a09dab /Makefile
parent9220e90b0a82eb4d3d25235f91faedaab70a6fce (diff)
Fix log
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 94275c1ca..c23ec7160 100644
--- a/Makefile
+++ b/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)