GaloisInc / HaLVM

The Haskell Lightweight Virtual Machine (HaLVM): GHC running on Xen
BSD 3-Clause "New" or "Revised" License
1.05k stars 88 forks source link

Make re-installs easier by copying minlibc files. #29

Closed TomMD closed 10 years ago

TomMD commented 10 years ago

The previous method, copying directories, would appear to succeed the first time only to have placed the header files in a subdirectory. The new method, copying the files within a directory, will overwrite pre-existing include files.