OSDN Git Service

Peter Kjellerstedt writes:
authorEric Andersen <andersen@codepoet.org>
Sat, 18 Oct 2003 10:51:06 +0000 (10:51 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 18 Oct 2003 10:51:06 +0000 (10:51 -0000)
commitff23ecf6698ed48d18a612aadf1fbae64a47b207
tree8f13b2280bd747935544e270907ec25002901341
parentdd3fb0f8c1c10fcee804f11a4eed84316c5f694b
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.
25 files changed:
Makefile
Rules.mak
extra/gcc-uClibc/Makefile
ldso/Makefile
ldso/ldso/Makefile
ldso/libdl/Makefile
ldso/util/Makefile
libc/Makefile
libc/misc/locale/Makefile
libc/sysdeps/linux/alpha/Makefile
libc/sysdeps/linux/arm/Makefile
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/i386/Makefile
libc/sysdeps/linux/m68k/Makefile
libc/sysdeps/linux/mips/Makefile
libc/sysdeps/linux/powerpc/Makefile
libc/sysdeps/linux/sh/Makefile
libc/sysdeps/linux/sparc/Makefile
libcrypt/Makefile
libintl/Makefile
libm/Makefile
libnsl/Makefile
libpthread/Makefile
libresolv/Makefile
libutil/Makefile