CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/02/03 13:49:01
Modified files:
gnu/usr.bin/binutils: Makefile.bsd-wrapper
gnu/usr.bin/perl: Makefile.bsd-wrapper
gnu/usr.sbin/sendmail/libsmutil: Makefile
lib/csu : Makefile
lib/libarch/mips64: Makefile
lib/libc : Makefile Makefile.inc
lib/libc/compat-43: Makefile.inc
lib/libc/crypt : Makefile.inc
lib/libc/gdtoa : Makefile.inc
lib/libc/gen : Makefile.inc
lib/libc/locale: Makefile.inc
lib/libc/net : Makefile.inc
lib/libc/quad : Makefile.inc
lib/libc/stdlib: Makefile.inc
lib/libc/string: Makefile.inc
lib/libc/sys : Makefile.inc
lib/libc/yp : Makefile.inc
lib/libkvm : Makefile
lib/libm : Makefile
lib/libpthread/sys: Makefile.inc
lib/libpthread/uthread: Makefile.inc
lib/librthread : Makefile
lib/libssl/crypto: Makefile
libexec/ld.so : Makefile
share/mk : bsd.lib.mk
usr.bin/gprof : Makefile
usr.bin/pmdb : Makefile
Log message:
Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent
files or directories when applicable.
The inspiration and name of MACHINE_CPU come from NetBSD, although the way to
provide it to Makefiles is completely different.
ok kettenis@