OSDN Git Service

Peter Kjellerstedt writes:
authorEric Andersen <andersen@codepoet.org>
Sat, 18 Oct 2003 10:20:59 +0000 (10:20 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 18 Oct 2003 10:20:59 +0000 (10:20 -0000)
commitdd3fb0f8c1c10fcee804f11a4eed84316c5f694b
tree916c96c10d0178fa6f1c8d176f2c2d0bf72338b0
parent49f0dd0fcb64746b1ef06e094f2fa8091c23637c
Peter Kjellerstedt writes:

rm.patch:
* Define $(RM) as rm -f in Rules.mak and test/Rules.mak
  (this is the same definition as gmake uses by default).
* Change all occurrences of rm and rm -f into $(RM).
96 files changed:
Makefile
Rules.mak
extra/Makefile
extra/config/Makefile
extra/gcc-uClibc/Makefile
extra/locale/Makefile
ldso/Makefile
ldso/ldso/Makefile
ldso/libdl/Makefile
ldso/man/Makefile
ldso/util/Makefile
libc/Makefile
libc/inet/Makefile
libc/inet/rpc/Makefile
libc/misc/Makefile
libc/misc/assert/Makefile
libc/misc/ctype/Makefile
libc/misc/dirent/Makefile
libc/misc/error/Makefile
libc/misc/file/Makefile
libc/misc/fnmatch/Makefile
libc/misc/ftw/Makefile
libc/misc/glob/Makefile
libc/misc/gnu/Makefile
libc/misc/internals/Makefile
libc/misc/intl/Makefile
libc/misc/locale/Makefile
libc/misc/mntent/Makefile
libc/misc/pthread/Makefile
libc/misc/regex/Makefile
libc/misc/search/Makefile
libc/misc/statfs/Makefile
libc/misc/syslog/Makefile
libc/misc/sysvipc/Makefile
libc/misc/time/Makefile
libc/misc/ttyent/Makefile
libc/misc/utmp/Makefile
libc/misc/wchar/Makefile
libc/misc/wctype/Makefile
libc/misc/wordexp/Makefile
libc/pwd_grp/Makefile
libc/signal/Makefile
libc/stdio/Makefile
libc/stdlib/Makefile
libc/stdlib/malloc-930716/Makefile
libc/stdlib/malloc/Makefile
libc/string/Makefile
libc/sysdeps/linux/alpha/Makefile
libc/sysdeps/linux/arm/Makefile
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/cris/Makefile
libc/sysdeps/linux/e1/Makefile
libc/sysdeps/linux/h8300/Makefile
libc/sysdeps/linux/i386/Makefile
libc/sysdeps/linux/i960/Makefile
libc/sysdeps/linux/m68k/Makefile
libc/sysdeps/linux/microblaze/Makefile
libc/sysdeps/linux/mips/Makefile
libc/sysdeps/linux/powerpc/Makefile
libc/sysdeps/linux/sh/Makefile
libc/sysdeps/linux/sh64/Makefile
libc/sysdeps/linux/sparc/Makefile
libc/sysdeps/linux/v850/Makefile
libc/termios/Makefile
libc/unistd/Makefile
libcrypt/Makefile
libintl/Makefile
libm/Makefile
libm/powerpc/Makefile
libnsl/Makefile
libpthread/Makefile
libpthread/linuxthreads/Makefile
libpthread/linuxthreads_db/Makefile
libresolv/Makefile
libutil/Makefile
test/Makefile
test/Rules.mak
test/args/Makefile
test/assert/Makefile
test/crypt/Makefile
test/ctype/Makefile
test/dlopen/Makefile
test/malloc/Makefile
test/math/Makefile
test/misc/Makefile
test/mmap/Makefile
test/pthread/Makefile
test/pwd_grp/Makefile
test/setjmp/Makefile
test/signal/Makefile
test/silly/Makefile
test/stat/Makefile
test/stdlib/Makefile
test/string/Makefile
test/termios/Makefile
test/unistd/Makefile