Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 1995 09:40:50 +0200 (SAT)
From:      John Hay <jhay@mikom.csir.co.za>
To:        freebsd-current@FreeBSD.ORG (FreeBSD-current)
Subject:   Problem with Makefile in src/share/doc/usd/10.exref
Message-ID:  <199507300740.JAA17283@zibbi.mikom.csir.co.za>

next in thread | raw e-mail | index | archive | help
Hi,

It seems as if there is a typo in the Makefile. It use ${GZIP} which is not
defined. I think it should be GZIPCMD which is defined in bsd.doc.mk

-- 
John Hay -- jhay@mikom.csir.co.za


*** src/share/doc/usd/10.exref/Makefile.org	Wed Jul 26 18:31:43 1995
--- src/share/doc/usd/10.exref/Makefile	Sat Jul 29 21:18:25 1995
***************
*** 19,25 ****
  all:	${DFILE} ${SFILE}
  
  ${SFILE}: ex.summary
! 	(cd ${SRCDIR}; ${ROFF} ${.ALLSRC}) | ${GZIP} > ${.TARGET}
  
  afterinstall:
  	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
--- 19,25 ----
  all:	${DFILE} ${SFILE}
  
  ${SFILE}: ex.summary
! 	(cd ${SRCDIR}; ${ROFF} ${.ALLSRC}) | ${GZIPCMD} > ${.TARGET}
  
  afterinstall:
  	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507300740.JAA17283>