public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Roland McGrath <roland@redhat.com>
To: Ulrich Drepper <drepper@redhat.com>
Cc: GNU libc hackers <libc-hacker@sources.redhat.com>
Subject: Re: dependency generation changes
Date: Fri, 02 May 2003 07:21:00 -0000	[thread overview]
Message-ID: <200305020721.h427LdO10208@magilla.sf.frob.com> (raw)
In-Reply-To: Ulrich Drepper's message of  Thursday, 1 May 2003 21:25:49 -0700 <3EB1F34D.7010305@redhat.com>

> This new method has a problem with -jN, N > 1.  The stamp.oST files are
> sometimes not created before needed in another goal.
>
> make[2]: Entering directory `/misc/myware/drepper/gnu/libc/locale'
> .././scripts/mkinstalldirs /home/drepper/local/glibc-build/20030501/locale
> echo '' > /home/drepper/local/glibc-build/20030501/locale/stamp.oST
> /bin/sh: line 1:
> /home/drepper/local/glibc-build/20030501/locale/stamp.oST: No such file
> or directory
> mkdir /home/drepper/local/glibc-build/20030501/locale
> make[2]: *** [/home/drepper/local/glibc-build/20030501/locale/stamp.oS]
> Error 1

An error like this from sh means the directory didn't exist.  I added the
$(make-target-directory) that should fix this case.  There might be others
that can come up with -j too.  Many could be omitted before because the
deps pass always did it first.  If any similar problem comes up, it should
be fixed just as simply.


Thanks,
Roland

      reply	other threads:[~2003-05-02  7:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-02  2:21 Roland McGrath
2003-05-02  4:27 ` Ulrich Drepper
2003-05-02  7:21   ` Roland McGrath [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200305020721.h427LdO10208@magilla.sf.frob.com \
    --to=roland@redhat.com \
    --cc=drepper@redhat.com \
    --cc=libc-hacker@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).