This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Missing dependencies?


Is there a simple way to make the library rebuild if you touch a
header/tcc file?  It seems like this doesn't work correctly right
now.  For example, if I make a change to include/bits/locale_facets.h
and make install, the appropriate change doesn't show up in the
installed library.  But if I make clean first, it works fine.

It's a bit slow to have to clean and rebuild the library each time I
make a change.

Thanks,
Jerry Quinn


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