projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0935dea
)
backports: provide modules_install target
author
Emmanuel Grumbach
<emmanuel.grumbach@intel.com>
Tue, 14 May 2013 09:22:13 +0000
(12:22 +0300)
committer
Johannes Berg
<johannes.berg@intel.com>
Tue, 14 May 2013 09:23:40 +0000
(11:23 +0200)
Just as an alias for 'install'.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
backport/Makefile.real
patch
|
blob
|
history
diff --git
a/backport/Makefile.real
b/backport/Makefile.real
index e033d73b88ea6770c698c247c6b69821e4e82566..22a13738d79e39afaf6e184676a8aed1c854657b 100644
(file)
--- a/
backport/Makefile.real
+++ b/
backport/Makefile.real
@@
-98,6
+98,9
@@
install: modules
@echo Reboot.
@echo
+.PHONY: modules_install
+modules_install: install
+
.PHONY: clean
clean:
@$(MAKE) -f Makefile.build clean