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

* rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
	* rtems/mkrootfs.h: Ditto.
	* rtems/Makefile.am: Reflect changes above.
This commit is contained in:
Joel Sherrill
2002-05-17 18:28:26 +00:00
parent 8873684bdf
commit c1f3fc045d
6 changed files with 27 additions and 15 deletions

View File

@@ -1,3 +1,9 @@
2002-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
* rtems/mkrootfs.h: Ditto.
* rtems/Makefile.am: Reflect changes above.
2002-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sys/ioctl.h: Remove.

View File

@@ -2,9 +2,6 @@
## $Id$
##
include_rtemsdir = $(includedir)/rtems
LIBNAME = lib.a
@@ -13,12 +10,13 @@ LIB = $(ARCH)/$(LIBNAME)
C_FILES = sghostname.c issetugid.c rtems_glue.c rtems_syscall.c \
rtems_bootp.c rtems_showmbuf.c rtems_showroute.c rtems_showifstat.c \
rtems_showipstat.c rtems_showicmpstat.c rtems_showtcpstat.c \
rtems_showudpstat.c rtems_select.c
rtems_showudpstat.c rtems_select.c mkrootfs.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
OBJS = $(C_O_FILES)
include_rtems_HEADERS = rtems_bsdnet.h rtems_bsdnet_internal.h tftp.h
include_rtems_HEADERS = rtems_bsdnet.h rtems_bsdnet_internal.h tftp.h \
mkrootfs.h
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)

View File

@@ -1,3 +1,9 @@
2002-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/mkrootfs.c: Add (relocated from libmisc/rootfs).
* rtems/mkrootfs.h: Ditto.
* rtems/Makefile.am: Reflect changes above.
2002-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sys/ioctl.h: Remove.

View File

@@ -2,9 +2,6 @@
## $Id$
##
include_rtemsdir = $(includedir)/rtems
LIBNAME = lib.a
@@ -13,12 +10,13 @@ LIB = $(ARCH)/$(LIBNAME)
C_FILES = sghostname.c issetugid.c rtems_glue.c rtems_syscall.c \
rtems_bootp.c rtems_showmbuf.c rtems_showroute.c rtems_showifstat.c \
rtems_showipstat.c rtems_showicmpstat.c rtems_showtcpstat.c \
rtems_showudpstat.c rtems_select.c
rtems_showudpstat.c rtems_select.c mkrootfs.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
OBJS = $(C_O_FILES)
include_rtems_HEADERS = rtems_bsdnet.h rtems_bsdnet_internal.h tftp.h
include_rtems_HEADERS = rtems_bsdnet.h rtems_bsdnet_internal.h tftp.h \
mkrootfs.h
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)