git://bbs.cooldavid.org
/
jme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
349f9de
)
depmod on all modules
author
Guo-Fu Tseng
<cooldavid@cooldavid.org>
Tue, 28 Jun 2011 08:49:15 +0000
(16:49 +0800)
committer
Guo-Fu Tseng
<cooldavid@cooldavid.org>
Tue, 28 Jun 2011 11:20:51 +0000
(19:20 +0800)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 2b55d4881d2f954d7a447c24d6447df086c4200d..4285fbf4486f0aba793653e19c9bbbdba9e1f399 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-36,7
+36,7
@@
namespacecheck: modules
install: modules
install -m 644 $(MODNAME).ko $(MINSTDIR)
- depmod
$(KVER) $(MINSTDIR)/$(MODNAME).ko
+ depmod
-a $(KVER)
patch:
@/usr/bin/diff -uar -X dontdiff ../../trunc ./ > bc.patch || echo > /dev/null