New commits:
commit cf6a37452ad5b3fd1efd0496e341e8aec7a7a864
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
python: Use make install, otherwise install fails if we've somehow
removed/broken python
Without this, python -> python2 and python2 -> python ... so circular
links, not sure how.
Use TRACK_INSTALL for symlink targets
Don't try to copy a directory if it doesn't exist.
commit 11b09d0024bb685691cc227fae33ed83631da8f2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
grub2: Don't use gold linker (ld.gold), use old bfd.
PATCHLEVEL++ so you have a working GRUB.
Otherwise you might get this error:
grub-install: error: `/usr/lib/grub/i386-pc/kernel.img' is
miscompiled: its start address is 0x9074 instead of 0x9000: ld.gold bug?.
Kernel doesn't like ld.gold either: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=75959d44f9dc
May want to update the "linux" spell to do the same?
commit 6d1b357e16381e23f8718c0989361abcba781c1a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>