This is the mail archive of the libc-hacker@cygnus.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]

make clean issues



Hi all,

I've noticed a few problems with make clean under glibc 2.1:

- I tried `make realclean' and this didn't clean the subdirectories
  but only the main build directory.

- `make clean' on the other hand cleans nearly all files except some
  files in elf and iconvdata:
elf:
failobj.so*   testobj1_1.so*  testobj3.so*  testobj5.so*
testobj1.so*  testobj2.so*    testobj4.so*  testobj6.so*

iconvdata:
ansi_x3.110.d       ebcdic-uk.os      ibm850.d          iso8859-11.os
ansi_x3.110.os      ebcdic-us.d       ibm850.os         iso8859-13.d
asmo_449.d          ebcdic-us.os      ibm851.d          iso8859-13.os
asmo_449.os         ecma-cyrillic.d   ibm851.os         iso8859-14.d
baltic.d            ecma-cyrillic.os  ibm852.d          iso8859-14.os
baltic.os           euc-cn.d          ibm852.os         iso8859-15.d
big5.d              euc-cn.os         ibm855.d          iso8859-15.os
big5.os             euc-jp.d          ibm855.os         iso8859-2.d
  [...]

  The files in iconvdata seems to be those that are build via
  `iconv-rules'.

- `make clean' deletes and regenerates sysd-versions for every
  subdir.  That's no problem - but just not nice.

Sorry, I don't have a patch for this.

Andreas
-- 
 Andreas Jaeger   aj@arthur.rhein-neckar.de    jaeger@informatik.uni-kl.de
  for pgp-key finger ajaeger@aixd1.rhrk.uni-kl.de


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