From c1f3fc045dc385514b740618c2b22673feaa51f2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 May 2002 18:28:26 +0000 Subject: 2002-05-16 Ralf Corsepius * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs). * rtems/mkrootfs.h: Ditto. * rtems/Makefile.am: Reflect changes above. --- c/src/exec/libnetworking/ChangeLog | 6 ++++++ c/src/exec/libnetworking/rtems/Makefile.am | 8 +++----- c/src/libnetworking/ChangeLog | 6 ++++++ c/src/libnetworking/rtems/Makefile.am | 8 +++----- cpukit/libnetworking/ChangeLog | 6 ++++++ cpukit/libnetworking/rtems/Makefile.am | 8 +++----- 6 files changed, 27 insertions(+), 15 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 + + * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs). + * rtems/mkrootfs.h: Ditto. + * rtems/Makefile.am: Reflect changes above. + 2002-05-14 Ralf Corsepius * 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 + + * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs). + * rtems/mkrootfs.h: Ditto. + * rtems/Makefile.am: Reflect changes above. + 2002-05-14 Ralf Corsepius * 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/%) diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog index b00d0a3412..ef0ca9f7b8 100644 --- a/cpukit/libnetworking/ChangeLog +++ b/cpukit/libnetworking/ChangeLog @@ -1,3 +1,9 @@ +2002-05-16 Ralf Corsepius + + * rtems/mkrootfs.c: Add (relocated from libmisc/rootfs). + * rtems/mkrootfs.h: Ditto. + * rtems/Makefile.am: Reflect changes above. + 2002-05-14 Ralf Corsepius * sys/ioctl.h: Remove. diff --git a/cpukit/libnetworking/rtems/Makefile.am b/cpukit/libnetworking/rtems/Makefile.am index ce75944ff7..131d5bd14f 100644 --- a/cpukit/libnetworking/rtems/Makefile.am +++ b/cpukit/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/%) -- cgit v1.2.3