projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9220e90
)
Fix log
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Mon, 7 Jul 2008 23:20:09 +0000
(23:20 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Mon, 7 Jul 2008 23:20:09 +0000
(23:20 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 94275c1ca64cba3761b749caa94afd57b7145a90..c23ec716055e0bc6723404ebefa6716d632b2785 100644
(file)
--- 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)