CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2016/11/06 09:04:21
Modified files: sys/arch/amd64/stand: Makefile.inc sys/arch/hppa/stand: Makefile.inc sys/arch/i386/stand: Makefile.inc sys/arch/landisk/stand: Makefile.inc sys/arch/macppc/stand: Makefile.inc sys/arch/sgi/stand/boot: Makefile sys/arch/sgi/stand/libsa: Makefile sys/arch/sparc64/stand/bootblk: Makefile sys/arch/sparc64/stand/libsa: Makefile sys/arch/sparc64/stand/ofwboot: 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