mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
MS-Windows adaptations for 2012-08-25T04:04:08Z!eggert@cs.ucla.edu and 2012-08-25T04:27:32Z!eggert@cs.ucla.edu.
lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets. (GNULIBOBJS): Add $(BLD)/execinfo.$(O). src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
This commit is contained in:
parent
7d896ca9f3
commit
391ceac53a
@ -1,3 +1,8 @@
|
||||
2012-08-25 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
|
||||
(GNULIBOBJS): Add $(BLD)/execinfo.$(O).
|
||||
|
||||
2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
On assertion failure, print backtrace if available.
|
||||
|
@ -28,6 +28,7 @@ GNULIBOBJS = $(BLD)/c-ctype.$(O) \
|
||||
$(BLD)/c-strncasecmp.$(O) \
|
||||
$(BLD)/dtoastr.$(O) \
|
||||
$(BLD)/dtotimespec.$(O) \
|
||||
$(BLD)/execinfo.$(O) \
|
||||
$(BLD)/getopt.$(O) \
|
||||
$(BLD)/getopt1.$(O) \
|
||||
$(BLD)/gettime.$(O) \
|
||||
@ -129,6 +130,9 @@ $(BLD)/dtotimespec.$(O) : \
|
||||
$(GNU_LIB)/timespec.h \
|
||||
$(CONFIG_H)
|
||||
|
||||
$(BLD)/execinfo.$(O) : \
|
||||
$(GNU_LIB)/execinfo.h
|
||||
|
||||
$(BLD)/getopt.$(O) : \
|
||||
$(GNU_LIB)/getopt.c \
|
||||
$(GNU_LIB)/getopt.h \
|
||||
@ -299,3 +303,7 @@ getopt_h:
|
||||
< getopt.in.h > getopt_.h-t
|
||||
$(CP) getopt_.h-t getopt_.h
|
||||
- $(DEL) getopt_.h-t
|
||||
|
||||
execinfo.h: execinfo.in.h
|
||||
$(CP) execinfo.in.h $@
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2012-08-25 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in ($(BLD)/alloc.$(O)): Depend on $(GNU_LIB)/execinfo.h.
|
||||
|
||||
2012-08-25 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
On assertion failure, print backtrace if available.
|
||||
|
@ -480,6 +480,7 @@ $(BLD)/alloc.$(O) : \
|
||||
$(SRC)/syssignal.h \
|
||||
$(SRC)/w32.h \
|
||||
$(NT_INC)/unistd.h \
|
||||
$(GNU_LIB)/execinfo.h \
|
||||
$(GNU_LIB)/verify.h \
|
||||
$(BLOCKINPUT_H) \
|
||||
$(BUFFER_H) \
|
||||
|
Loading…
Reference in New Issue
Block a user