This is the mail archive of the libc-help@sourceware.org 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: building and testing only a subdirectory (nptl)


> # setup env to point to output
> export objdir=/path/to/build/dir
> cd ../nptl
> <modify some files>
> make

Hm, unfortunately I get an error from make.

$ cd obj
$ make
$ export objdir=".../glibc/obj"
$ cd ../nptl
$ make

> make: *** No rule to make target `.../glibc/obj/csu/stamp.o', needed by
`.../glibc/obj/libc.a'.  Stop.

It looks like a "make" in nptl removes all subdirs from
the obj directory.  It works if I say "make subdirs=nptl"
though (inside the nptl directory).

Ciao

Dominik ^_^  ^_^


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