[uClibc-cvs] uClibc/ldso Makefile,1.22,1.23 config.h,1.5,NONE

Erik Andersen andersen at uclibc.org
Tue Aug 19 06:05:32 UTC 2003


Update of /var/cvs/uClibc/ldso
In directory winder:/tmp/cvs-serv5232

Modified Files:
	Makefile 
Removed Files:
	config.h 
Log Message:
Phase one of my evil plan to clean up ld.so...


--- config.h DELETED ---

Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/ldso/Makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile	31 Oct 2002 18:19:22 -0000	1.22
+++ Makefile	19 Aug 2003 06:05:29 -0000	1.23
@@ -26,7 +26,7 @@
 ALL_SUBDIRS = ldso libdl util
 
 
-all:
+all: headers
 ifeq ($(strip $(BUILD_UCLIBC_LDSO)),y)
 	$(MAKE) -C ldso;
 else
@@ -43,6 +43,13 @@
 utils:
 	$(MAKE) -C util;
 
+headers:
+	ln -fs $(TOPDIR)../include/elf.h include/
+	ln -fs ../ldso/$(TARGET_ARCH)/boot1_arch.h include/
+	ln -fs ../ldso/$(TARGET_ARCH)/ld_syscalls.h include/
+	ln -fs ../ldso/$(TARGET_ARCH)/ld_sysdep.h include/
+
 clean:
 	set -e ; for d in $(ALL_SUBDIRS) ; do $(MAKE) -C $$d $@ ; done
 	-find . -name '*~' | xargs rm -f
+	rm -f include/elf.h include/boot1_arch.h include/ld_syscalls.h include/ld_sysdep.h




More information about the uClibc-cvs mailing list