From 41d43dbce0b5df750abf709a793195471b4c55e8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 20 Feb 1995 23:55:12 +0000 Subject: [PATCH] * Makefile (subdirs): Put csu first. * sysdeps/mach/hurd/start.c: Include unistd.h for __environ decl. --- ChangeLog | 4 ++++ Makefile | 10 ++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3518c90..c1f0563 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Mon Feb 20 04:04:57 1995 Roland McGrath + * Makefile (subdirs): Put csu first. + + * sysdeps/mach/hurd/start.c: Include unistd.h for __environ decl. + * Makeconfig [elf=yes] (+preinit, +postinit): New variables, set to crt[in].o. (csu-objpfx): New variable. diff --git a/Makefile b/Makefile index 6a3fb17..064ce12 100644 --- a/Makefile +++ b/Makefile @@ -49,12 +49,10 @@ sysdep-subdirs := $(subst $(\n), ,$(sysdep-subdirs)) endif # These are the subdirectories containing the library source. -+ansi_dirs := assert ctype locale math setjmp \ - signal stdio stdlib malloc string time -+posix_dirs := dirent grp pwd posix io termios -+other_dirs := resource socket misc gnulib $(wildcard crypt) manual csu -subdirs := $(strip $(+ansi_dirs) $(+posix_dirs) $(+other_dirs) \ - $(sysdep-subdirs)) +subdirs := csu assert ctype locale math setjmp signal stdio stdlib \ + malloc string time dirent grp pwd posix io termios resource \ + socket misc gnulib $(wildcard crypt) manual \ + $(sysdep-subdirs) export subdirs := $(subdirs) # Benign, useless in GNU make before 3.63. # The mach and hurd subdirectories have many generated header files which -- 2.7.4