projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efbadf9
)
- make sure that we see all lib*/.c in IMA-mode even when not building the .so
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 4 Apr 2006 08:21:36 +0000
(08:21 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 4 Apr 2006 08:21:36 +0000
(08:21 -0000)
(r14740 from trunk).
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index da02411bc3154b8c3a5f5d39f32b6c08dcdf9882..29e741ddd5c49c81615ee1dc418d8d85c139038a 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-258,6
+258,7
@@
LIBBUSYBOX_SONAME:=$(LD_LIBBUSYBOX).$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL
DO_INSTALL_LIBS:=$(LD_LIBBUSYBOX) \
$(LD_LIBBUSYBOX).$(MAJOR_VERSION) \
$(LD_LIBBUSYBOX).$(MAJOR_VERSION).$(MINOR_VERSION)
+endif # CONFIG_BUILD_LIBBUSYBOX
ifeq ($(strip $(CONFIG_BUILD_AT_ONCE)),y)
ifneq ($(strip $(CONFIG_FEATURE_SHARED_BUSYBOX)),y)
@@
-269,7
+270,6
@@
$(LIBBUSYBOX_SONAME): $(LIBRARY_SRC)
else # CONFIG_BUILD_AT_ONCE
$(LIBBUSYBOX_SONAME): $(libbusybox-obj)
endif # CONFIG_BUILD_AT_ONCE
-endif # CONFIG_BUILD_LIBBUSYBOX
ifeq ($(strip $(CONFIG_FEATURE_SHARED_BUSYBOX)),y)
LDBUSYBOX:=-L$(top_builddir) -lbusybox