Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: rlimits.c recompiled on every make
- X-seq: zsh-workers 12187
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>, "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: rlimits.c recompiled on every make
- Date: Fri, 7 Jul 2000 12:22:15 +0400
- Importance: Normal
- In-reply-to: <1000707040928.ZM28470@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> Here's the problem. @RLIMITS_INC_H@ is being replaced by /dev/null; I
> suspect the mod time of /dev/null changes whenever it's written-to, so
> it's almost always newer than rlimits.h -- hence rlimits.h is remade,
> and so rlimits.o is also remade.
>
> Please re-run configure and let me know whether you see the message
>
> RLIMIT MACROS NOT FOUND: please report to developers
>
No, I do no get this message. It is output only if getrlimit() is found
but RLIMIT_* macros are missing. On Cygwin there is no getrlimit() at
all and no message.
In this case it is pretty useless to build rlimit module?
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author