summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-17 18:28:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-17 18:28:26 +0000
commitc1f3fc045dc385514b740618c2b22673feaa51f2 (patch)
tree1d9a66b709ec6cd6bf8341831871552f72c3680a /c
parent2001-05-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c1f3fc045dc385514b740618c2b22673feaa51f2.tar.bz2
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.
Diffstat (limited to 'c')
-rw-r--r--c/src/exec/libnetworking/ChangeLog6
-rw-r--r--c/src/exec/libnetworking/rtems/Makefile.am8
-rw-r--r--c/src/libnetworking/ChangeLog6
-rw-r--r--c/src/libnetworking/rtems/Makefile.am8
4 files changed, 18 insertions, 10 deletions
diff --git a/c/src/exec/libnetworking/ChangeLog b/c/src/exec/libnetworking/ChangeLog
index b00d0a3412..ef0ca9f7b8 100644
--- a/c/src/exec/libnetworking/ChangeLog
+++ b/c/src/exec/libnetworking/ChangeLog
@@ -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.
diff --git a/c/src/exec/libnetworking/rtems/Makefile.am b/c/src/exec/libnetworking/rtems/Makefile.am
index ce75944ff7..131d5bd14f 100644
--- a/c/src/exec/libnetworking/rtems/Makefile.am
+++ b/c/src/exec/libnetworking/rtems/Makefile.am
@@ -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/%)
diff --git a/c/src/libnetworking/ChangeLog b/c/src/libnetworking/ChangeLog
index b00d0a3412..ef0ca9f7b8 100644
--- a/c/src/libnetworking/ChangeLog
+++ b/c/src/libnetworking/ChangeLog
@@ -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.
diff --git a/c/src/libnetworking/rtems/Makefile.am b/c/src/libnetworking/rtems/Makefile.am
index ce75944ff7..131d5bd14f 100644
--- a/c/src/libnetworking/rtems/Makefile.am
+++ b/c/src/libnetworking/rtems/Makefile.am
@@ -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/%)