Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 14623 invoked by uid 6000); 14 Jul 1998 15:31:19 -0000 Received: (qmail 14616 invoked from network); 14 Jul 1998 15:31:17 -0000 Received: from thoth.mch.sni.de (192.35.17.2) by taz.hyperreal.org with SMTP; 14 Jul 1998 15:31:17 -0000 X-Envelope-Sender-Is: Martin.Kraemer@mch.sni.de (at relayer thoth.mch.sni.de) Received: from deejai.mch.sni.de (deejai.mch.sni.de [139.25.105.242]) by thoth.mch.sni.de (8.9.1/8.9.1) with ESMTP id RAA18508; Tue, 14 Jul 1998 17:30:16 +0200 (MDT) Received: (from martin@localhost) by deejai.mch.sni.de (8.8.7/8.8.7) id RAA07853; Tue, 14 Jul 1998 17:30:15 +0200 (MET DST) Message-ID: <19980714173012.49700@deejai.mch.sni.de> Date: Tue, 14 Jul 1998 17:30:13 +0200 From: Martin Kraemer To: new-httpd@apache.org Cc: rse@engelschall.com Subject: [BUG] src/helpers/mkdir.sh should make intermediate directories Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85 X-Face: %0^)uynSVIl4|'Kt4&K^"0e)QSD,RsmBJzgofk.'s$bu*4XXru?d/!|;"x{U(7 X-Operating-System: SINIX-D 5.41 C1001 X-Organization: Siemens-Nixdorf Informationssysteme AG (Muenchen, W.Germany) X-Phone: +49-89-636-46021 X-Fax: +49-89-636-44994 X-Disclaimer: THE COMMENTS CONTAINED IN THIS MESSAGE REFLECT THE VIEWS OF THE WRITER AND ARE NOT NECESSARILY THE VIEWS OF SIEMENS NIXDORF AG X-No-Junk-Mail: I do not want to get *any* junk mail. Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org When the top level installation directory (e.g., /usr/local/apache ) doesn't exist yet, then a "make install" fails: > make install ===> [mktree: Creating Apache installation tree] ./src/helpers/mkdir.sh /usr/local/apache/bin mkdir /usr/local/apache/bin mkdir: Cannot create directory "/usr/local/apache/bin": No such file or directory make: *** Error code 2 make: Fatal error. make: *** Error code 2 make: Fatal error. Exit 2 I guess that just a "mkdir.sh $(root)" is missing. Is that okay? Martin Index: Makefile.tmpl =================================================================== RCS file: /home/cvs/apachen/Makefile.tmpl,v retrieving revision 1.40 diff -u -r1.40 Makefile.tmpl --- Makefile.tmpl 1998/07/12 10:55:54 1.40 +++ Makefile.tmpl 1998/07/14 15:29:13 @@ -218,6 +218,7 @@ # create the installation tree install-mktree: @echo "===> [mktree: Creating Apache installation tree]" + $(MKDIR) $(root) $(MKDIR) $(root)$(bindir) $(MKDIR) $(root)$(sbindir) $(MKDIR) $(root)$(libexecdir) -- | S I E M E N S | | Siemens Nixdorf | ------------- | Voice: +49-89-636-46021 | Informationssysteme AG | N I X D O R F | FAX: +49-89-636-44994 | 81730 Munich, Germany ~~~~~~~~~~~~~~~~My opinions only, of course; pgp key available on request