mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
* mach/Makefile (headers): Add mach/mach_traps.h.
* Makerules ($(installed-libcs) rule): Fix typos.
This commit is contained in:
parent
342414a6e0
commit
c316b48636
@ -1,5 +1,9 @@
|
||||
Mon Mar 27 02:23:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
|
||||
|
||||
* mach/Makefile (headers): Add mach/mach_traps.h.
|
||||
|
||||
* Makerules ($(installed-libcs) rule): Fix typos.
|
||||
|
||||
* sysdeps/unix/bsd/bsd4.4/revoke.S: New file.
|
||||
* sysdeps/stub/revoke.c: New file.
|
||||
* misc/Makefile (routines): Add revoke.
|
||||
|
@ -452,9 +452,9 @@ install: $(installed-libcs)
|
||||
# __.SYMDEF time stamp up to date, which avoids messages from some linkers.
|
||||
# Depending on subdir_install gets all the subdirs to update the library,
|
||||
# and is optimal for `make install' at top level.
|
||||
$(install-libcs): $(libdir)/lib$(libprefix)%: libobjs subdir_install
|
||||
$(installed-libcs): $(libdir)/lib$(libprefix)%: libobjs subdir_install
|
||||
$(make-target-directory)
|
||||
$(INSTALL_DATA) $(common-objpfx)lib$* $@
|
||||
$(INSTALL_DATA) $(common-objpfx)lib$(*:$(libc-name)%=c%) $@
|
||||
$(RANLIB) $@
|
||||
endif
|
||||
|
||||
|
@ -24,7 +24,7 @@ all:
|
||||
include ../Makeconfig
|
||||
|
||||
|
||||
headers = mach_init.h mach.h mach_error.h mach-shortcuts.h \
|
||||
headers = mach_init.h mach.h mach_error.h mach-shortcuts.h mach/mach_traps.h \
|
||||
$(interface-headers) mach/mach.h mach/mig_support.h mach/error.h \
|
||||
$(lock-headers) machine-sp.h
|
||||
distribute = thread_state.h
|
||||
|
Loading…
Reference in New Issue
Block a user