linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* workaround for broken 'make xconfig' on ppc
@ 1998-12-23  5:08 Troy Benjegerdes
  1998-12-23 15:06 ` Randy Gobbel
  0 siblings, 1 reply; 3+ messages in thread
From: Troy Benjegerdes @ 1998-12-23  5:08 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: apenwarr, eric


After using make xconfig on i386 earlier today, I finally decided to
figure out why it's broke on PPC. I found that there's something not
working right in scripts/tkgen.c where 'global CONFIG_SOUND' isn't being
put into the tk script in the 'update_mainmenu' function.

This cause the script to bomb with a 'can't find variable $CONFIG_SOUND'
error.

This doesn't show up on i386 since CONFIG_SOUND isn't the last item, like
it is on PPC.

By adding the following to linux/arch/ppc/, make xconfig now works:

-----

mainmenu_option next_comment
comment 'make Xconfig is broken'
bool 'Xconfig is broken' CONFIG_BROKEN_XCONFIG
endmenu  

--------------------------------------------------------------------------
| Troy Benjegerdes    |       troy@microux.com     |    hozer@drgw.net   |
|    Unix is user friendly... You just have to be friendly to it first.  |
| This message composed with 100% free software.    http://www.gnu.org   |
--------------------------------------------------------------------------


[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to  Cc linuxppc-dev  if your ]]
[[ reply is of general interest. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1998-12-23 21:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1998-12-23  5:08 workaround for broken 'make xconfig' on ppc Troy Benjegerdes
1998-12-23 15:06 ` Randy Gobbel
1998-12-23 21:14   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).