summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUlf Samuelsson2008-07-08 01:20:09 +0200
committerUlf Samuelsson2008-07-08 01:20:09 +0200
commit552c0d197b8cdc76b76b1b0579f89d0a4ad0df8a (patch)
tree7372ceaa27bc391da0d46a7232de4c1994a09dab /Makefile
parentFix log (diff)
downloadbuildroot-552c0d197b8cdc76b76b1b0579f89d0a4ad0df8a.tar.gz
buildroot-552c0d197b8cdc76b76b1b0579f89d0a4ad0df8a.tar.xz
buildroot-552c0d197b8cdc76b76b1b0579f89d0a4ad0df8a.zip
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)