projects
/
can-benchmark.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac12b46
)
Run depmod after kernel install
author
Michal Sojka
<sojkam1@fel.cvut.cz>
Mon, 29 Nov 2010 10:02:22 +0000
(11:02 +0100)
committer
Michal Sojka
<sojkam1@fel.cvut.cz>
Mon, 29 Nov 2010 10:02:22 +0000
(11:02 +0100)
kernel/build/glab-2.6.33-rt/GNUmakefile
patch
|
blob
|
history
diff --git
a/kernel/build/glab-2.6.33-rt/GNUmakefile
b/kernel/build/glab-2.6.33-rt/GNUmakefile
index
a5ae534
..
fb4b224
100644
(file)
--- a/
kernel/build/glab-2.6.33-rt/GNUmakefile
+++ b/
kernel/build/glab-2.6.33-rt/GNUmakefile
@@
-19,7
+19,7
@@
all:
$(MAKE) $(MAKEARGS) $(all) ARCH=i386
ifeq ($(all),targz-pkg)
scp /home/wsh/projects/can-benchmark/kernel/build/glab-2.6.33-rt/linux-2.6.33.7-rt29.tar.gz root@glab:
- ssh root@glab 'tar -C / -xf linux-2.6.33.7-rt29.tar.gz'
+ ssh root@glab 'tar -C / -xf linux-2.6.33.7-rt29.tar.gz
; depmod 2.6.33.7-rt29
'
endif