[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/Makefile between version 1.424 and 1.425

version 1.424, 2015/08/31 06:08:07 version 1.425, 2015/12/19 23:37:43
Line 185  MAKEDEV: ${.CURDIR}/MAKEDEV.awk ${.CURDI
Line 185  MAKEDEV: ${.CURDIR}/MAKEDEV.awk ${.CURDI
             > ${.TARGET}              > ${.TARGET}
   
 .include "${NETBSDSRCDIR}/etc/Makefile.params"  .include "${NETBSDSRCDIR}/etc/Makefile.params"
   .if ${MKREPRO:Uno} == "no"
   BUILDER!=       echo $${USER-root}@$$(hostname)
   .else
   BUILDER=        builder@localhost.NetBSD.org
   .endif
   .if ${MKREPRO_TIMESTAMP:Uno} == "no"
   BUILD_DATE!=    date -u
   .else
   BUILD_DATE!=    date -u -r "${MKREPRO_TIMESTAMP}"
   .endif
   
 CLEANFILES+=    etc-release  CLEANFILES+=    etc-release
 etc-release: .EXEC .MAKE  etc-release: .EXEC .MAKE
         ${_MKTARGET_CREATE}          ${_MKTARGET_CREATE}
Line 193  etc-release: .EXEC .MAKE
Line 204  etc-release: .EXEC .MAKE
                 cat ${NETBSDSRCDIR}/sys/conf/copyright; \                  cat ${NETBSDSRCDIR}/sys/conf/copyright; \
                 echo ; \                  echo ; \
                 echo "Build information:"; \                  echo "Build information:"; \
                 printf "%20s   %s\n" "Build date" "$$(date -u)"; \                  printf "%20s   %s\n" "Build date" "${BUILD_DATE}"; \
                 printf "%20s   %s\n"  "Built by" "$${USER-root}@$$(hostname)"; \                  printf "%20s   %s\n"  "Built by" "${BUILDER}"; \
                 if [ -n "${BUILDID}" ]; then \                  if [ -n "${BUILDID}" ]; then \
                     printf "%20s   %s\n"  "Build ID" "${BUILDID}" ; \                      printf "%20s   %s\n"  "Build ID" "${BUILDID}" ; \
                 fi ; \                  fi ; \

Legend:
Removed from v.1.424  
changed lines
  Added in v.1.425

CVSweb <webmaster@jp.NetBSD.org>