Skip to content

Commit

Permalink
Fri Jun 7 09:11:17 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Browse files Browse the repository at this point in the history
	* mach/mach_syscalls.c: Obsolete file removed.
	* mach/mach_syscalls.h: Likewise.
	* mach/mach_traps.S: Likewise.
	* mach/msg_destroy.c: Likewise.
	* mach/vm_page_size.c: Likewise.
  • Loading branch information
Roland McGrath committed Jun 7, 1996
1 parent bd5fa77 commit 9f447fb
Show file tree
Hide file tree
Showing 22 changed files with 80 additions and 258 deletions.
5 changes: 4 additions & 1 deletion Make-dist
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ else
sysdep_dirs := $(addprefix $(..),$(sysdep_dirs))
endif

# Make sure both stdio and libio get in, whichever is in use.
subdirs += stdio libio

sysdep-Subdir-files := $(wildcard $(addsuffix /Subdirs,$(sysdep_dirs)))
ifdef sysdep-Subdir-files
subdirs := $(sort $(subdirs) \
Expand Down Expand Up @@ -165,7 +168,7 @@ foo:=$(shell echo '+sysdep-dist=$(+sysdep-dist)' >&2)

subdirs := $(filter-out crypt,$(subdirs))

+sysdep-tsrcs := $(wildcard $(foreach file,Makefile Implies \
+sysdep-tsrcs := $(wildcard $(foreach file,Makefile Implies syscalls.list\
configure configure.in,\
$(addsuffix /$(file),$(sysdep_dirs)))) \
$(+sysdep-dist)
Expand Down
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,14 @@ parent_echo-distinfo:
# Make the distribution tarfile.

distribute := README INSTALL FAQ NOTES NEWS PROJECTS \
COPYING.LIB COPYING ChangeLog ChangeLog.[0-9] \
COPYING.LIB COPYING ChangeLog ChangeLog.[0-9] \
Makefile Makeconfig Makerules Rules Make-dist MakeTAGS \
extra-lib.mk o-iterator.mk \
ansidecl.h mkinstalldirs move-if-change install-sh \
configure configure.in aclocal.m4 config.sub config.guess\
config.make.in config-name.in Makefile.in \
munch-tmpl.c munch.awk sysdep.h set-hooks.h libc-symbols.h
config.h.in config.make.in config-name.in Makefile.in \
munch-tmpl.c munch.awk \
sysdep.h set-hooks.h libc-symbols.h version.h shlib-versions

distribute := $(strip $(distribute))
generated := $(generated) stubs.h
Expand Down
2 changes: 1 addition & 1 deletion csu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ omit-deps = $(patsubst %.o,%,$(start-installed-name) g$(start-installed-name) \
$(csu-dummies))
install-lib = $(start-installed-name) g$(start-installed-name) \
$(csu-dummies)
distribute = initfini.c
distribute = initfini.c gmon-start.c start.c

all: # Make this the default target; it will be defined in Rules.

Expand Down
2 changes: 1 addition & 1 deletion elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ libdl-inhibit-o = $(filter-out .so,$(object-suffixes)) # Build only shared.

rtld-routines := rtld $(addprefix dl-,minimal load lookup object reloc \
deps runtime sysdep error init fini)
distribute = $(rtld-routines:=.c) dynamic-link.h do-rel.h \
distribute = $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
soinit.c sofini.c ldd.sh.in linux-compat.c

all: # Make this the default target; it will be defined in Rules.
Expand Down
2 changes: 1 addition & 1 deletion gmon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
subdir := gmon

headers := sys/gmon.h sys/gmon_out.h
distribute := machine-gmon.h
distribute := machine-gmon.h profil-counter.h
routines := gmon mcount profil bb_init_func bb_exit_func

include ../Rules
Expand Down
3 changes: 2 additions & 1 deletion hurd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include ../Makeconfig


headers = hurd.h $(interface-headers) \
$(addprefix hurd/,fd.h id.h port.h signal.h sigpreempt.h \
$(addprefix hurd/,fd.h id.h port.h signal.h sigpreempt.h ioctl.h\
userlink.h resource.h threadvar.h lookup.h)

distribute := hurdstartup.h hurdfault.h intr-rpc.defs STATUS
Expand Down Expand Up @@ -59,6 +59,7 @@ sig = hurdsig hurdfault siginfo hurd-raise preempt-sig \
dtable = dtable port2fd new-fd alloc-fd intern-fd \
getdport openport \
fd-close fd-read fd-write hurdioctl ctty-input ctty-output
distribute = intr-rpc.defs intr-rpc.h faultexc.defs

# XXX this is a temporary hack; see hurdmalloc.h
routines += hurdmalloc
Expand Down
2 changes: 1 addition & 1 deletion locale/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ distribute = localeinfo.h categories.def \
$(lib-modules:=.c) config.h simple-hash.h iso-4217.def \
charmap-kw.gperf charmap-kw.h locfile-token.h \
locfile-kw.gperf locfile-kw.h linereader.h \
locales.h locfile.h stringtrans.h
locales.h locfile.h stringtrans.h weight.h charset.h
routines = setlocale findlocale loadlocale localeconv nl_langinfo \
mb_cur_max
categories = ctype messages monetary numeric time collate
Expand Down
10 changes: 0 additions & 10 deletions mach/mach_syscalls.c

This file was deleted.

15 changes: 0 additions & 15 deletions mach/mach_traps.S

This file was deleted.

4 changes: 0 additions & 4 deletions mach/msg_destroy.c

This file was deleted.

3 changes: 0 additions & 3 deletions mach/vm_page_size.c

This file was deleted.

113 changes: 0 additions & 113 deletions manual/assert.texi

This file was deleted.

Loading

0 comments on commit 9f447fb

Please sign in to comment.