CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2016/11/06 09:42:00
Modified files: sys/arch/armv7/stand/efiboot: Makefile sys/arch/loongson/stand/boot: Makefile.inc sys/arch/loongson/stand/libsa: Makefile sys/arch/luna88k/stand/boot: Makefile sys/arch/octeon/stand/boot: Makefile.inc sys/arch/octeon/stand/libsa: Makefile sys/arch/socppc/stand/boot: Makefile Log message: Do not create machine@ symlinks in obj as root during includes:, but defer their creation to later, so that they are owned by BUILDUSER. This eliminates the last root-owned files in obj/ from 'make build'. In addition, place a MACHINE == hppa test in hppa/stand/Makefile.inc to avoid creating bogus symlinks on all other archs. joint work with & ok natano, "let's try it" deraadt