Notes |
(0000960)
prpplague
01-20-06 12:15
|
adding the include with such wild cards seems a little risky. instead, keeping with the current tree style, i've add Makefile.in files so that they are read properly. fixed as of 13456 |
| |
(0001017)
carpie
01-28-06 10:25
|
Thanks for adding the Makefile.in. This works as far as getting grub and syslinux to be included for building. However, I still think that the 'ifeq( $(ARCH), i386)'s in grub.mk and syslinux.mk should be changed to: 'ifeq ($(strip $(BR2_i386)),y)'s. Currently, grub will only be made if the target is i386 and the target variant is i386. My toolchain, for example, is an i586 variant and, because of the ifeq ARCH lines, will not build grub or syslinux. With the change, all i386 variants should be able to build grub and syslinux. |
| |
(0001575)
donr
08-20-06 20:22
|
Yes, this change is needed. I am compiling for a Via EPIA board, BR2_i386=y, BR2_x86_i486=y, BR2_ARCH="i486". |
| |
(0001822)
bernhardf
11-28-06 02:02
|
Grub was fixed in r16554
syslinux was fixed in r16702 |
| |