[comp.mail.mush] Small mush on Suns

jss%greeble@Sun.COM (Josh Sirota) (11/30/89)

I want to compile a version of mush 7.0.0.0 (alpha) for my Sun that doesn't
include the suntools code OR the curses code, just to make it small.  It
seems that if I remove the following files from makefile.sun, it'll work.
Is this the right thing to do?

Alternately, these could all have "#ifdef SUNTOOL" around the whole file so
that I can just change the CFLAGS line in the Makefile and get what I want.
I'm just afraid that this will break something else.

	edit_menu.c
	fkeys.c
	main_panel.c
	hdr_panel.c
	tool.c
	hdr_procs.c
	doproc.c
	select.c
	rite.c

Josh
--
Josh Sirota
Sun Microsystems, NSE group
INTERNET: jss@sun.com			UUCP: ...!sun!jss

argv%turnpike@Sun.COM (Dan Heller) (11/30/89)

In article <128546@sun.Eng.Sun.COM> jss@sun.com (Josh Sirota) writes:
  I want to compile a version of mush 7.0.0.0 (alpha) for my Sun that doesn't
  include the suntools code OR the curses code, just to make it small.  It
  seems that if I remove the following files from makefile.sun, it'll work.
  Is this the right thing to do?

If you want to make the most simple version of mush, just use 
makefile.bsd and remove the -DCURSES define.
dan