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]

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



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". Therefore it should be
removed by "make distclean" but not by "make clean".

Bruno


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