From owner-freebsd-hackers Wed Jan 18 12:35:32 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id MAA18344 for hackers-outgoing; Wed, 18 Jan 1995 12:35:32 -0800 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id MAA18336 for ; Wed, 18 Jan 1995 12:35:28 -0800 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.8/8.6.6) id MAA06745; Wed, 18 Jan 1995 12:35:00 -0800 From: "Rodney W. Grimes" Message-Id: <199501182035.MAA06745@gndrsh.aac.dev.com> Subject: Re: Groff Makefile in tmac To: roberto@blaise.ibp.fr Date: Wed, 18 Jan 1995 12:35:00 -0800 (PST) Cc: freebsd-hackers@FreeBSD.org In-Reply-To: <199501182013.VAA04723@keltia.frmug.fr.net> from "Ollivier Robert" at Jan 18, 95 09:13:57 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1342 Sender: hackers-owner@FreeBSD.org Precedence: bulk > > Please ignore my previous patch for the tmac/Makefile in ngroff... It was > not the best way to do it and the mail went out before I could correct it. > > We must test and create /usr/share/tmac/mdoc only once, not in the middle > of the loop of course... Makefile's in the /usr/src area should *NOT* being doing mkdir's, this is the job of mtree and the files in src/etc/mtree. DO NOT COMMIT THIS PATCH. > Index: Makefile > =================================================================== > RCS file: /spare/FreeBSD-current/src/gnu/usr.bin/ngroff/tmac/Makefile,v > retrieving revision 1.4 > diff -u -r1.4 Makefile > --- 1.4 1995/01/17 19:05:12 > +++ Makefile 1995/01/18 20:10:39 > @@ -34,6 +34,9 @@ > install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ > temp ${DESTDIR}${TMACDIR}/$$f; \ > done > + if [ ! -d ${DESTDIR}${MDOCDIR} ]; then \ > + mkdir ${DESTDIR}${MDOCDIR}; \ > + fi > for f in ${MDOCFILES}; do \ > rm -f temp; \ > sed -f ${.CURDIR}/strip.sed ${.CURDIR}/$$f >temp; \ > > -- > Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net > FreeBSD keltia 2.1.0-Development #9: Tue Jan 17 21:12:14 MET 1995 > -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD