Date: Sun, 14 Nov 1999 05:54:45 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/gnu/usr.bin/binutils/as Makefile src/lib/libm Makefile src/share/mk bsd.obj.mk bsd.subdir.mk src/sys Makefile src/sys/boot Makefile src/sys/boot/arc/lib Makefile src/sys/boot/arc/loader Makefile src/sys/kern Makefile ... Message-ID: <199911141354.FAA23441@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 1999/11/14 05:54:44 PST Modified files: . Makefile.inc1 gnu/usr.bin/binutils/as Makefile lib/libm Makefile share/mk bsd.obj.mk bsd.subdir.mk sys Makefile sys/boot Makefile sys/boot/arc/lib Makefile sys/boot/arc/loader Makefile sys/kern Makefile usr.bin/cpp Makefile usr.bin/gcore Makefile usr.bin/truss Makefile Log: ${MACHINE} -> ${MACHINE_ARCH} All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building. Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH Revision Changes Path 1.90 +4 -4 src/Makefile.inc1 1.9 +2 -3 src/gnu/usr.bin/binutils/as/Makefile 1.8 +16 -16 src/lib/libm/Makefile 1.30 +3 -3 src/share/mk/bsd.obj.mk 1.29 +6 -6 src/share/mk/bsd.subdir.mk 1.20 +3 -3 src/sys/Makefile 1.5 +4 -2 src/sys/boot/Makefile 1.4 +3 -3 src/sys/boot/arc/lib/Makefile 1.3 +2 -1 src/sys/boot/arc/loader/Makefile 1.6 +3 -2 src/sys/kern/Makefile 1.4 +2 -1 src/usr.bin/cpp/Makefile 1.6 +3 -2 src/usr.bin/gcore/Makefile 1.9 +3 -1 src/usr.bin/truss/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911141354.FAA23441>