Date: Fri, 25 Oct 1996 21:17:42 +0200 From: "Philippe Charnier" <charnier@xp11.frmug.org> To: current@FreeBSD.org Subject: mkdir in Makefile (already done by mtree) Message-ID: <199610251917.VAA05051@xp11.frmug.org>
next in thread | raw e-mail | index | archive | help
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'' ------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610251917.VAA05051>