mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 01:20:37 -08:00
(TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS. Don't include LDFLAGS.
(temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
This commit is contained in:
parent
4455ad75c5
commit
dfe15ea33e
2 changed files with 19 additions and 3 deletions
|
|
@ -1,3 +1,18 @@
|
|||
2002-09-01 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* alloc.c (display_malloc_warning): Use display-warning.
|
||||
(malloc_warning_1): Function deleted.
|
||||
|
||||
* alloc.c [ALLOC_DEBUG]: #undef INLINE.
|
||||
|
||||
* lread.c (read1): Handle #! by skipping the line.
|
||||
|
||||
2002-08-31 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
|
||||
Don't include LDFLAGS.
|
||||
(temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
|
||||
|
||||
2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
|
||||
|
|
|
|||
|
|
@ -505,8 +505,9 @@ LD=ld
|
|||
#endif /* not COFF_ENCAPSULATE */
|
||||
#endif /* not ORDINARY_LINK */
|
||||
|
||||
ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \
|
||||
LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE $(LDFLAGS)
|
||||
/* Flags to pass to LD only for temacs. */
|
||||
TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \
|
||||
LD_SWITCH_MACHINE_TEMACS LD_SWITCH_SITE
|
||||
|
||||
/* A macro which other sections of Makefile can redefine to munge the
|
||||
flags before they're passed to LD. This is helpful if you have
|
||||
|
|
@ -894,7 +895,7 @@ ${libsrc}make-docfile:
|
|||
#endif
|
||||
|
||||
temacs: MAKE_PARALLEL $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJECTS_MACHINE prefix-args
|
||||
$(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${ALL_LDFLAGS}) \
|
||||
$(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \
|
||||
-o temacs ${STARTFILES} ${obj} ${otherobj} \
|
||||
OBJECTS_MACHINE ${LIBES}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue