git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
903947d
)
kbuild: do not build mconf & lxdialog unless needed
author
Sam Ravnborg
<sam@neptun.ravnborg.org>
Sat, 2 Sep 2006 19:32:14 +0000
(21:32 +0200)
committer
Sam Ravnborg
<sam@neptun.ravnborg.org>
Sat, 30 Sep 2006 09:19:20 +0000
(11:19 +0200)
Due to a limitation in kbuild all objects referred
by xxx-y or xxx-objs will be build when one of
the targets needs to e build.
This caused lxdialog to be build pulling in ncurses
that is not always available.
So avoid building mconf & lxdialog unless really needed.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
No differences found