From dc7fb59bb762bec93991633c02b6f67bad70fa8a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 May 2002 18:45:34 +0000 Subject: 2002-05-03 Ralf Corsepius * include/sys/utsname.h: Remove. * include/Makefile.am: Reflect changes above. * src/utsname.c: Remove. * src/Makefile.am: Reflect changes above. --- cpukit/posix/ChangeLog | 7 +++++++ cpukit/posix/include/Makefile.am | 9 --------- cpukit/posix/src/Makefile.am | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) (limited to 'cpukit') diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog index 70c30c603e..5eef673eb8 100644 --- a/cpukit/posix/ChangeLog +++ b/cpukit/posix/ChangeLog @@ -1,3 +1,10 @@ +2002-05-03 Ralf Corsepius + + * include/sys/utsname.h: Remove. + * include/Makefile.am: Reflect changes above. + * src/utsname.c: Remove. + * src/Makefile.am: Reflect changes above. + 2001-04-26 Joel Sherrill * include/rtems/posix/mqueue.h, inline/rtems/posix/mqueue.inl, diff --git a/cpukit/posix/include/Makefile.am b/cpukit/posix/include/Makefile.am index 4fcc061597..eb2edf1d82 100644 --- a/cpukit/posix/include/Makefile.am +++ b/cpukit/posix/include/Makefile.am @@ -21,15 +21,6 @@ include_HEADERS = sched.h aio.h mqueue.h semaphore.h PREINSTALL_FILES = $(PROJECT_INCLUDE) \ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) -# sys - -include_sysdir = $(includedir)/sys - -include_sys_HEADERS = sys/utsname.h - -PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \ - $(include_sys_HEADERS:%=$(PROJECT_INCLUDE)/%) - # rtems/posix include_rtems_posixdir = $(includedir)/rtems/posix diff --git a/cpukit/posix/src/Makefile.am b/cpukit/posix/src/Makefile.am index 00abd9fc01..c5437ee1b4 100644 --- a/cpukit/posix/src/Makefile.am +++ b/cpukit/posix/src/Makefile.am @@ -81,7 +81,7 @@ C_FILES = adasupp.c $(CANCEL_C_FILES) $(CONDITION_VARIABLE_C_FILES) \ $(ID_C_FILES) $(KEY_C_FILES) $(MEMORY_C_FILES) $(MESSAGE_QUEUE_C_FILES) \ $(MUTEX_C_FILES) $(PTHREAD_C_FILES) $(PSIGNAL_C_FILES) sched.c \ $(SEMAPHORE_C_FILES) sysconf.c $(TIME_C_FILES) $(TIMER_C_FILES) types.c \ - $(ENOSYS_C_FILES) $(BUILD_FOR_NOW_C_FILES) utsname.c + $(ENOSYS_C_FILES) $(BUILD_FOR_NOW_C_FILES) C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) OBJS = $(C_O_FILES) -- cgit v1.2.3