From dd43462ee234a3d32e50f485d1d687bc979d2e21 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 11 Jan 2002 21:09:54 +0000 Subject: More build system cleanups... --- ldso/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ldso/Makefile') 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: -- cgit v1.2.3