Module Name: src Committed By: matt Date: Fri Jul 20 11:19:03 UTC 2012
Modified Files: src/distrib/common: Makefile.makedev Log Message: Add a dependency for Makefile so that when you add device to the Makefile it will automatically regenerate the device mtree file and cause the ramdisk to be updated. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 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.16 src/distrib/common/Makefile.makedev:1.17 --- src/distrib/common/Makefile.makedev:1.16 Sat Feb 18 14:26:27 2012 +++ src/distrib/common/Makefile.makedev Fri Jul 20 11:19:03 2012 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.makedev,v 1.16 2012/02/18 14:26:27 njoly Exp $ +# $NetBSD: Makefile.makedev,v 1.17 2012/07/20 11:19:03 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,7 @@ CLEANFILES+= ${MAKEDEVSPEC} ${MAKEDEVSPE # MTREECONF+= ${MAKEDEVSPEC} -${MAKEDEVSPEC}: ${MAKEDEVSCRIPT} +${MAKEDEVSPEC}: ${MAKEDEVSCRIPT} Makefile ${_MKTARGET_CREATE} rm -f ${.TARGET} ${.TARGET}.tmp MACHINE=${MACHINE:Q} MACHINE_ARCH=${MACHINE_ARCH:Q} \