2002-05-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/Makefile.am: Remove.
	* include/sys/utsname.h: Added, removed times (now in newlib).
	* Makefile.am: Merge include/Makefile.am
	* libc/utsname.c: Relocated from posix/src.
	* libc/Makefile.am: Reflect changes above.
	* configure.ac: Remove include/Makefile
This commit is contained in:
Joel Sherrill
2002-05-14 20:52:51 +00:00
parent baf7133855
commit f85a3c56ed
3 changed files with 15 additions and 12 deletions

View File

@@ -56,19 +56,20 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
include_sysdir = $(includedir)/sys
if !HAS_NETWORKING
NETWORKING_H_FILES = include/sys/ioctl.h
endif
if NEWLIB
NEWLIB_H_FILES = include/sys/termios.h include/sys/cdefs.h include/sys/utsname.h
endif
include_sys_HEADERS = \
include/sys/filio.h \
include/sys/ioccom.h \
include/sys/ioctl.h \
include/sys/sockio.h \
include/sys/termios.h \
include/sys/ttycom.h \
include/sys/utime.h \
$(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
$(NEWLIB_H_FILES)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
$(include_sys_HEADERS:include/%=$(PROJECT_INCLUDE)/%)

View File

@@ -56,19 +56,20 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
include_sysdir = $(includedir)/sys
if !HAS_NETWORKING
NETWORKING_H_FILES = include/sys/ioctl.h
endif
if NEWLIB
NEWLIB_H_FILES = include/sys/termios.h include/sys/cdefs.h include/sys/utsname.h
endif
include_sys_HEADERS = \
include/sys/filio.h \
include/sys/ioccom.h \
include/sys/ioctl.h \
include/sys/sockio.h \
include/sys/termios.h \
include/sys/ttycom.h \
include/sys/utime.h \
$(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
$(NEWLIB_H_FILES)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
$(include_sys_HEADERS:include/%=$(PROJECT_INCLUDE)/%)