Module Name: src Committed By: matt Date: Fri Aug 10 05:22:22 UTC 2012
Modified Files: src/distrib/common: Makefile.makedev Log Message: Add a dependency on etc.${MACHINE}/MAKEDEV.conf To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/distrib/common/Makefile.makedev Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/common/Makefile.makedev diff -u src/distrib/common/Makefile.makedev:1.17 src/distrib/common/Makefile.makedev:1.18 --- src/distrib/common/Makefile.makedev:1.17 Fri Jul 20 11:19:03 2012 +++ src/distrib/common/Makefile.makedev Fri Aug 10 05:22:22 2012 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.makedev,v 1.17 2012/07/20 11:19:03 matt Exp $ +# $NetBSD: Makefile.makedev,v 1.18 2012/08/10 05:22:22 matt Exp $ # # Makefile snippet to add ${MAKEDEVTARGETS} devices to the mtree list # (if set), otherwise copy .OBJDIR-of-etc/MAKEDEV to ./dev @@ -41,7 +41,9 @@ CLEANFILES+= ${MAKEDEVSPEC} ${MAKEDEVSPE # MTREECONF+= ${MAKEDEVSPEC} -${MAKEDEVSPEC}: ${MAKEDEVSCRIPT} Makefile +${MAKEDEVSPEC}: ${MAKEDEVSCRIPT} Makefile \ + ${NETBSDSRCDIR}/etc/etc.${MACHINE}/MAKEDEV.conf + ${_MKTARGET_CREATE} rm -f ${.TARGET} ${.TARGET}.tmp MACHINE=${MACHINE:Q} MACHINE_ARCH=${MACHINE_ARCH:Q} \