forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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/%)
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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/%)
|
||||
|
||||
Reference in New Issue
Block a user