cooljeanius / apple-gdb-1824

fork from gdb tarball(s) from opensource.apple.com
Other
6 stars 3 forks source link

Adapt gcc's `contrib/gcc_update` script for use here #40

Open cooljeanius opened 7 months ago

cooljeanius commented 7 months ago

GCC has a script in its contrib folder called gcc_update that fixes timestamps sometimes being off after a checkout: https://github.com/cooljeanius/gcc/blob/master/contrib/gcc_update Unfortunately it makes a lot of assumptions about the gcc-specific nature of the source tree's layout, so it can't just be copied over, but rather would require some modifications in order to be useful here...

cooljeanius commented 7 months ago

I might try doing a bit of this in the CI configs