This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: "make clean" should not remove stdio-common/stdio_lim.h


Bruno Haible <bruno@clisp.org> writes:

|> Hi,
|> 
|> Building glibc like this:
|> 
|>    .../configure ...
|>    make
|>    make clean
|>    make
|> 
|> gives an error:
|> 
|> make[2]: Entering directory `/packages/glibc-20020408/stdio-common'
|> make[2]: *** No rule to make target `bits/stdio_lim.h', needed by `/usr/include/bits/stdio_lim.h'.  Stop.
|> make[2]: Leaving directory `/packages/glibc-20020408/stdio-common'
|> 
|> The reason is that "make clean" has removed stdio-common/stdio_lim.h. But
|> this file is created by "configure", not by "make".

There is a rule in Rules to create bits/stdio_lim.h.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]