mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Update.
2000-08-24 Andreas Jaeger <aj@suse.de> * malloc/Makefile (extra-objs): Add memusagestat.o. (generated): Added memusage and memusagestat for make clean. * libio/tst_putwc.c (do_test): Delete temporary file. * posix/Makefile (generated): Add wordexp-tst.out.
This commit is contained in:
parent
3d61cc0988
commit
991dca9005
@ -1,3 +1,12 @@
|
|||||||
|
2000-08-24 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* malloc/Makefile (extra-objs): Add memusagestat.o.
|
||||||
|
(generated): Added memusage and memusagestat for make clean.
|
||||||
|
|
||||||
|
* libio/tst_putwc.c (do_test): Delete temporary file.
|
||||||
|
|
||||||
|
* posix/Makefile (generated): Add wordexp-tst.out.
|
||||||
|
|
||||||
2000-08-24 Ulrich Drepper <drepper@redhat.com>
|
2000-08-24 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* resolv/res_hconf.c (free_mem): Remove not needed if.
|
* resolv/res_hconf.c (free_mem): Remove not needed if.
|
||||||
|
@ -48,7 +48,7 @@ libmemusage-routines = memusage
|
|||||||
libmemusage-inhibit-o = $(filter-out .os,$(object-suffixes))
|
libmemusage-inhibit-o = $(filter-out .os,$(object-suffixes))
|
||||||
|
|
||||||
# These should be removed by `make clean'.
|
# These should be removed by `make clean'.
|
||||||
extra-objs = mcheck-init.o libmcheck.a
|
extra-objs = mcheck-init.o libmcheck.a memusagestat.o
|
||||||
|
|
||||||
# Include the cleanup handler.
|
# Include the cleanup handler.
|
||||||
aux := set-freeres
|
aux := set-freeres
|
||||||
@ -72,6 +72,7 @@ endif
|
|||||||
# If the gd library is available we build the `memusagestat' program.
|
# If the gd library is available we build the `memusagestat' program.
|
||||||
ifneq ($(LIBGD),no)
|
ifneq ($(LIBGD),no)
|
||||||
install-bin += memusagestat memusage
|
install-bin += memusagestat memusage
|
||||||
|
generated += memusagestat memusage
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Another goal which can be used to override the configure decision.
|
# Another goal which can be used to override the configure decision.
|
||||||
|
Loading…
Reference in New Issue
Block a user