[uClibc-cvs] uClibc/libc/sysdeps/linux/sparc Makefile,1.15,1.16

Erik Andersen andersen at uclibc.org
Sat Oct 18 10:51:14 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/sparc
In directory winder:/tmp/cvs-serv7652/libc/sysdeps/linux/sparc

Modified Files:
	Makefile 
Log Message:
Peter Kjellerstedt writes:

ln.patch:
* Define $(LN) as ln in Rules.mak.
* Change all occurrences of ln into $(LN).
* Change all constructs like (cd path && ln -sf foo/file file)
  into $(LN) -sf foo/file path/file. The latter construct is
  already used in a number of places so it should not be
  an additional compatibility problem.



Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/sparc/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile	18 Oct 2003 10:19:50 -0000	1.15
+++ Makefile	18 Oct 2003 10:50:57 -0000	1.16
@@ -55,9 +55,8 @@
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
 headers:
-	cd $(TOPDIR)/include && ln -fs ../libc/sysdeps/linux/sparc/fpu_control.h .
+	$(LN) -fs ../libc/sysdeps/linux/sparc/fpu_control.h $(TOPDIR)/include/
 
 clean:
 	$(RM) *.[oa] *~ core
 	$(RM) bits/sysnum.h
-




More information about the uClibc-cvs mailing list