[uClibc-cvs] uClibc/libc/sysdeps/linux/common Makefile,1.89,1.90

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


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

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/common/Makefile,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- Makefile	18 Oct 2003 10:19:31 -0000	1.89
+++ Makefile	18 Oct 2003 10:50:49 -0000	1.90
@@ -99,8 +99,7 @@
 endif
 
 headers:
-	cd $(TOPDIR)/include && ln -fs ../libc/sysdeps/linux/common/fpu_control.h .
+	$(LN) -fs ../libc/sysdeps/linux/common/fpu_control.h $(TOPDIR)/include/
 
 clean:
 	$(RM) *.[oa] *~ core crt[in].* *.S
-




More information about the uClibc-cvs mailing list