From owner-freebsd-current Fri Oct 25 14:11:26 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA15082 for current-outgoing; Fri, 25 Oct 1996 14:11:26 -0700 (PDT) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA15008 for ; Fri, 25 Oct 1996 14:10:23 -0700 (PDT) Received: (from uucp@localhost) by frmug.org (8.6.8/8.6.9) with UUCP id XAA01040 for current@FreeBSD.org; Fri, 25 Oct 1996 23:10:11 +0200 Received: from localhost (localhost [127.0.0.1]) by xp11.frmug.org (8.8.2/8.7.3/xp11-uucp-1.1) with ESMTP id VAA05051 for ; Fri, 25 Oct 1996 21:17:43 +0200 (MET DST) Message-Id: <199610251917.VAA05051@xp11.frmug.org> To: current@FreeBSD.org Subject: mkdir in Makefile (already done by mtree) Date: Fri, 25 Oct 1996 21:17:42 +0200 From: "Philippe Charnier" Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi, The creation of this directory is already done by mtree. Index: gnu/usr.bin/groff/mm/Makefile =================================================================== RCS file: /home2h/FreeBSD.cvsroot/src/gnu/usr.bin/groff/mm/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1996/09/09 18:05:26 1.7 +++ Makefile 1996/10/25 19:10:53 @@ -18,10 +18,6 @@ ${INSTALL} -c -o $(TMACOWN) -g $(TMACGRP) -m $(TMACMODE) \ ${DIST_DIR}/tmac.m $(DESTDIR)$(TMACDIR)/tmac.mse - test -d $(DESTDIR)$(TMACDIR)/mm || mkdir $(DESTDIR)$(TMACDIR)/mm - chown $(TMACOWN).$(TMACGRP) $(DESTDIR)$(TMACDIR)/mm - chmod 755 $(DESTDIR)$(TMACDIR)/mm - for f in $(FILES); do \ $(INSTALL) -c -o $(TMACOWN) -g $(TMACGRP) -m $(TMACMODE) \ ${DIST_DIR}/mm/$$f $(DESTDIR)$(TMACDIR)/mm/$$f; \ ------ ------ Philippe Charnier charnier@lirmm.fr (smtp) charnier@xp11.frmug.org (uucp) ``a PC not running FreeBSD is like a venusian with no tentacles'' ------------------------------------------------------------------------