mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
920 B

  1. --- ./Makefile~ 2006-03-16 19:26:56.000000000 +0100
  2. +++ ./Makefile 2006-03-16 19:36:00.000000000 +0100
  3. @@ -26,7 +26,7 @@
  4. # Set this to the prefix of your cross-compiler, if you have one.
  5. # Else leave it empty.
  6. #
  7. -CROSS =
  8. +CROSS = powerpc-unknown-linux-gnu-
  9. # The flags for the yaboot binary.
  10. #
  11. --- yaboot-1.3.13/Makefile~ 2006-03-16 19:38:24.000000000 +0100
  12. +++ yaboot-1.3.13/Makefile 2006-03-16 19:40:45.000000000 +0100
  13. @@ -172,10 +172,10 @@
  14. release: docs bindist clean
  15. strip: all
  16. - strip second/yaboot
  17. - strip --remove-section=.comment second/yaboot
  18. - strip util/addnote
  19. - strip --remove-section=.comment --remove-section=.note util/addnote
  20. + ${CROSS}strip second/yaboot
  21. + ${CROSS}strip --remove-section=.comment second/yaboot
  22. + ${CROSS}strip util/addnote
  23. + ${CROSS}strip --remove-section=.comment --remove-section=.note util/addnote
  24. install: all strip
  25. install -d -o root -g root -m 0755 ${ROOT}/etc/