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]

Re: Configury changes to build libstdc++ headers



Wow. I didn't think you were ready to go on this.

A couple of things immediately.

stamp-std: ${std_headers}
        @if [ ! -d "${std_builddir}" ]; then \
      mkdir -p ${std_builddir} ;\
    fi ;\
        cp $? ${std_builddir} ;\
    echo `date` >stamp-std


We need to get rid of explicit rules to install headers if at all possible.
Look at what libsupc++ does to install headers, and try to match it. It's 
the most correct solution.

headers = \
	exception new typeinfo cxxabi.h exception_defines.h 
glibcppinstalldir = @gxx_include_dir@
glibcppinstall_HEADERS = $(headers)



thanks,
benjamin


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