* GNUstep build questions
@ 2010-05-25 8:15 Glenn Morris
2010-05-26 3:43 ` Glenn Morris
0 siblings, 1 reply; 2+ messages in thread
From: Glenn Morris @ 2010-05-25 8:15 UTC (permalink / raw)
To: emacs-devel
src/Makefile.in uses this fragment for GNUstep builds:
/* Pull in stuff from GNUstep-make. */
FOUNDATION_LIB=gnu
GUI_LIB=gnu
include @GNUSTEP_MAKEFILES@/Additional/base.make
include @GNUSTEP_MAKEFILES@/Additional/gui.make
shared=no
AFAICS, all of this has no effect at all:
1) None of the stuff defined in gui.make is used in src/Makefile.
2) The only thing that is used from base.make is $CONFIG_SYSTEM_LIBS
(via NS_IMPL_GNUSTEP_TEMACS_LDFLAGS). However, base.make only sets
CONFIG_SYSTEM_LIBS if shared=no, and because the above fragment only
sets shared _after_ including base.make, CONFIG_SYSTEM_LIBS is never set.
So this stuff seems not to be doing anything useful.
Is anyone actually building the GNUstep port and able to confirm this?
TIA.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: GNUstep build questions
2010-05-25 8:15 GNUstep build questions Glenn Morris
@ 2010-05-26 3:43 ` Glenn Morris
0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2010-05-26 3:43 UTC (permalink / raw)
To: emacs-devel
Glenn Morris wrote:
> src/Makefile.in uses this fragment for GNUstep builds:
>
> /* Pull in stuff from GNUstep-make. */
> FOUNDATION_LIB=gnu
> GUI_LIB=gnu
> include @GNUSTEP_MAKEFILES@/Additional/base.make
> include @GNUSTEP_MAKEFILES@/Additional/gui.make
> shared=no
>
> AFAICS, all of this has no effect at all:
I've confirmed that this stuff makes no difference to the generated
Makefile, and have removed it.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-26 3:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-25 8:15 GNUstep build questions Glenn Morris
2010-05-26 3:43 ` Glenn Morris
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.