CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/12/06 02:27:54
Modified files:
gnu/lib/libcxx : Makefile
Log message:
remove special handling of __string/* headers
we had to add special handling for the __string directory because CVS
cannot handle file to directory transitions so we had to move this
directory to __string.d and copy files over at install time, however
when libcxx19 was imported this directory was actually commited, making
rendering the handling of the special directory obsolete, but it was kept
there and it was installing files to the wrong directory