summaryrefslogtreecommitdiff
path: root/ldso/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-11 21:09:54 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-11 21:09:54 +0000
commitdd43462ee234a3d32e50f485d1d687bc979d2e21 (patch)
tree76f92070ccd13915a79ebcc7c15609b3545bb7b8 /ldso/Makefile
parenta09d13b8b6fcc06eb740317c2ca988d31ec6407f (diff)
More build system cleanups...
Diffstat (limited to 'ldso/Makefile')
-rw-r--r--ldso/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/ldso/Makefile b/ldso/Makefile
index 8eedd40b0..3031ef5f3 100644
--- a/ldso/Makefile
+++ b/ldso/Makefile
@@ -29,12 +29,18 @@ ALL_SUBDIRS = ldso libdl util
all:
ifeq ($(strip $(BUILD_UCLIBC_LDSO)),true)
$(MAKE) -C $(LIBRARY_CACHE) ldso;
+else
+ echo "Not building ld-uClibc"
endif
shared:
ifeq ($(strip $(BUILD_UCLIBC_LDSO)),true)
$(MAKE) -C $(LIBRARY_CACHE) libdl;
+else
+ echo "Not building libdl"
endif
+
+utils:
$(MAKE) -C $(LIBRARY_CACHE) util;
clean: