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]

Re: How to compile just a portion of glibc


"Dinesh Nadarajah" <dxn1972@hotmail.com> writes:

> Hi:
> 
> I am trying to implement support for a new encoding in glibc. I have
> would like to test it but currently I compile and install using make |
> make install. This takes a very long time. I would like to compile
> just the iconv component and install that so that I can test the
> module before submission. Can someone point oit how I can accomplish
> that?

You have to compile everything first.

But if you make changes in just one directory use some of the
shortcuts e.g. make subdirs=iconv, or make iconv/subdir_lib (see the
make output) - but this only works after everything has been build
once!

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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