Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/distrib/common/Makefile.mdset,v rcsdiff: /ftp/cvs/cvsroot/src/distrib/common/Makefile.mdset,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.28.4.2 retrieving revision 1.29 diff -u -p -r1.28.4.2 -r1.29 --- src/distrib/common/Makefile.mdset 2007/09/23 21:36:09 1.28.4.2 +++ src/distrib/common/Makefile.mdset 2007/06/07 15:12:34 1.29 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.mdset,v 1.28.4.2 2007/09/23 21:36:09 wrstuden Exp $ +# $NetBSD: Makefile.mdset,v 1.29 2007/06/07 15:12:34 he Exp $ # # Makefile snippet to ${TOOL_MDSETIMAGE} file system images into kernels # @@ -111,10 +111,8 @@ ${_KERNEL.${_K}.${_F}}.${_S}.gz: ${_KERN KERNELSYMS+= ${_KERNEL.${_K}.${_F}}.symbols.gz .endif -.if defined(MDSET_POST.${_FILENAME}) -_POST.${_KERNEL.${_K}.${_F}}:= ${MDSET_POST.${_FILENAME}} -.elif defined(MDSET_POST) -_POST.${_KERNEL.${_K}.${_F}}:= ${MDSET_POST} +.if defined(MDSET_POST.${_FILENAME}) || defined(MDSET_POST) +_POST.${_KERNEL.${_K}.${_F}}:= ${${MDSET_POST.${_FILENAME}}:U${MDSET_POST}} .endif