Commit Graph

4781 Commits

Author SHA1 Message Date
Joel Sherrill
411e387c27 2002-06-25 Joel Sherrill <joel@OARcorp.com>
* Per PR233, moved librpc to exec.  Ralf will patch after move.
	The patches associated with this PR are out of date.
	./include/rpc/.cvsignore, ./include/rpc/Makefile.am,
	./include/rpc/auth.h, ./include/rpc/auth_des.h,
	./include/rpc/auth_unix.h, ./include/rpc/clnt.h,
	./include/rpc/des.h, ./include/rpc/des_crypt.h,
	./include/rpc/pmap_clnt.h, ./include/rpc/pmap_prot.h,
	./include/rpc/pmap_rmt.h, ./include/rpc/rpc.h,
	./include/rpc/rpc_com.h, ./include/rpc/rpc_msg.h,
	./include/rpc/svc.h, ./include/rpc/svc_auth.h,
	./include/rpc/types.h, ./include/rpc/xdr.h,
	./include/.cvsignore, ./include/Makefile.am,
	./include/rpcsvc/.cvsignore, ./include/rpcsvc/Makefile.am,
	./include/rpcsvc/bootparam_prot.x, ./include/rpcsvc/crypt.x,
	./include/rpcsvc/key_prot.x, ./include/rpcsvc/klm_prot.x,
	./include/rpcsvc/mount.x, ./include/rpcsvc/nfs_prot.x,
	./include/rpcsvc/nis.x, ./include/rpcsvc/nis_cache.x,
	./include/rpcsvc/nis_callback.x, ./include/rpcsvc/nis_db.h,
	./include/rpcsvc/nis_object.x, ./include/rpcsvc/nis_tags.h,
	./include/rpcsvc/nislib.h, ./include/rpcsvc/nlm_prot.x,
	./include/rpcsvc/pmap_prot.x, ./include/rpcsvc/rex.x,
	./include/rpcsvc/rnusers.x, ./include/rpcsvc/rquota.x,
	./include/rpcsvc/rstat.x, ./include/rpcsvc/rwall.x,
	./include/rpcsvc/sm_inter.x, ./include/rpcsvc/spray.x,
	./include/rpcsvc/yp.x, ./include/rpcsvc/yp_prot.h,
	./include/rpcsvc/ypclnt.h, ./include/rpcsvc/yppasswd.x,
	./include/rpcsvc/ypupdate_prot.x, ./include/rpcsvc/ypxfrd.x,
	./.cvsignore, ./Makefile.am, ./README_RTEMS,
	./configure.ac, ./src/rpc/PSD.doc/.cvsignore,
	./src/rpc/PSD.doc/Makefile.am, ./src/rpc/PSD.doc/nfs.rfc.ms,
	./src/rpc/PSD.doc/rpc.prog.ms, ./src/rpc/PSD.doc/rpc.rfc.ms,
	./src/rpc/PSD.doc/rpcgen.ms, ./src/rpc/PSD.doc/xdr.nts.ms,
	./src/rpc/PSD.doc/xdr.rfc.ms, ./src/rpc/.cvsignore,
	./src/rpc/DISCLAIMER, ./src/rpc/Makefile.am,
	./src/rpc/README, ./src/rpc/auth_des.c,
	./src/rpc/auth_none.c, ./src/rpc/auth_time.c,
	./src/rpc/auth_unix.c, ./src/rpc/authdes_prot.c,
	./src/rpc/authunix_prot.c, ./src/rpc/bindresvport.3,
	./src/rpc/bindresvport.c, ./src/rpc/clnt_generic.c,
	./src/rpc/clnt_perror.c, ./src/rpc/clnt_raw.c,
	./src/rpc/clnt_simple.c, ./src/rpc/clnt_tcp.c,
	./src/rpc/clnt_udp.c, ./src/rpc/clnt_unix.c,
	./src/rpc/crypt_client.c, ./src/rpc/des_crypt.3,
	./src/rpc/des_crypt.c, ./src/rpc/des_soft.c,
	./src/rpc/get_myaddress.c, ./src/rpc/getpublickey.c,
	./src/rpc/getrpcent.3, ./src/rpc/getrpcent.c,
	./src/rpc/getrpcport.3, ./src/rpc/getrpcport.c,
	./src/rpc/key_call.c, ./src/rpc/key_prot_xdr.c,
	./src/rpc/netname.c, ./src/rpc/netnamer.c,
	./src/rpc/pmap_clnt.c, ./src/rpc/pmap_getmaps.c,
	./src/rpc/pmap_getport.c, ./src/rpc/pmap_prot.c,
	./src/rpc/pmap_prot2.c, ./src/rpc/pmap_rmt.c,
	./src/rpc/publickey.3, ./src/rpc/publickey.5,
	./src/rpc/rpc.3, ./src/rpc/rpc.5, ./src/rpc/rpc_callmsg.c,
	./src/rpc/rpc_commondata.c, ./src/rpc/rpc_dtablesize.c,
	./src/rpc/rpc_prot.c, ./src/rpc/rpc_secure.3,
	./src/rpc/rpcdname.c, ./src/rpc/rstat.1,
	./src/rpc/rstat_svc.8, ./src/rpc/rtems_portmapper.c,
	./src/rpc/rtems_rpc.c, ./src/rpc/rtime.3, ./src/rpc/rtime.c,
	./src/rpc/svc.c, ./src/rpc/svc_auth.c,
	./src/rpc/svc_auth_des.c, ./src/rpc/svc_auth_unix.c,
	./src/rpc/svc_raw.c, ./src/rpc/svc_run.c,
	./src/rpc/svc_simple.c, ./src/rpc/svc_tcp.c,
	./src/rpc/svc_udp.c, ./src/rpc/svc_unix.c,
	./src/xdr/.cvsignore, ./src/xdr/Makefile.am, ./src/xdr/xdr.3,
	./src/xdr/xdr.c, ./src/xdr/xdr_array.c,
	./src/xdr/xdr_float.c, ./src/xdr/xdr_mem.c,
	./src/xdr/xdr_rec.c, ./src/xdr/xdr_reference.c,
	./src/xdr/xdr_sizeof.c, ./src/xdr/xdr_stdio.c,
	./src/.cvsignore, ./src/Makefile.am: Moved to exec.
2002-06-25 14:52:37 +00:00
Ralf Corsepius
4e987e779f 2002-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/subdirs.m4: Remove.
2002-06-19 13:22:09 +00:00
Ralf Corsepius
9909f34c49 2002-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am.
	* include/Makefile.am: Remove.
	* configure.ac: Reflect changes above.
2002-06-18 12:36:40 +00:00
Ralf Corsepius
75fb648b95 2002-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove commented out net-apps.
2002-06-18 12:33:23 +00:00
Ralf Corsepius
7001a48630 2002-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Use relative path to lib*.a for
	LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
2002-06-18 12:29:02 +00:00
Ralf Corsepius
b8ad66c74f 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge src/Makefile.am.
	* configure.ac: Reflect changes above.
	* src/Makefile.am: Remove.
2002-06-17 15:05:53 +00:00
Ralf Corsepius
607e6b3619 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include $(top_srcdir)/automake/*.am.
	Use aclocal.
	* sapi/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* sapi/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* sapi/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* sapi/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* sapi/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* score/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* score/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* score/cpu/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* score/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* score/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* score/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* wrapup/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* include/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* rtems/include/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* rtems/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* rtems/inline/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* rtems/macros/Makefile.am: Include $(top_srcdir)/automake/*.am.
	* rtems/src/Makefile.am: Include $(top_srcdir)/automake/*.am.
2002-06-17 09:29:10 +00:00
Ralf Corsepius
54d540f825 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Include $(top_srcdir)/automake/*.am. Use aclocal/.
2002-06-17 09:28:44 +00:00
Ralf Corsepius
fed6210d43 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Include $(top_srcdir)/automake/*.am.
2002-06-17 09:27:44 +00:00
Ralf Corsepius
2f6261d731 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include $(top_srcdir)/../../../automake/*.am.
	Use ../../../aclocal.
2002-06-17 09:22:48 +00:00
Ralf Corsepius
8ed9f53d29 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Include $(top_srcdir)/../automake/*.am.
	Use ../aclocal.
	* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
2002-06-17 09:12:49 +00:00
Ralf Corsepius
f22ebf02b2 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* arpa/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* kern/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* Makefile.am: Include $(top_srcdir)/../automake/*.am.
	Use ../aclocal.
	* lib/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* libc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* machine/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* net/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* netinet/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* nfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* rtems/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* sys/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* vm/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
2002-06-17 09:12:00 +00:00
Ralf Corsepius
7077c8778b 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* src/imfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* Makefile.am: Include $(top_srcdir)/../automake/*.am.
	Use ../aclocal.
	* wrapup/Makefile.am: Include $(top_srcdir)/../automake/*.am.
2002-06-17 09:10:53 +00:00
Ralf Corsepius
6e183f18cd 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* Makefile.am: Include $(top_srcdir)/../automake/*.am.
	Use ../aclocal.
	* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
2002-06-17 09:10:09 +00:00
Ralf Corsepius
78c2a97196 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* Makefile.am: Include $(top_srcdir)/../automake/*.am.
	Use ../aclocal.
	* inline/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* macros/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
2002-06-17 09:07:32 +00:00
Ralf Corsepius
14e24777e4 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-alias.m4: Copied over from aclocal/.
	* aclocal/canonical-host.m4: Ditto.
	* aclocal/canonical-target-name.m4: Ditto.
	* aclocal/canonicalize-tools.m4: Ditto.
	* aclocal/check-bsp-cache.m4: Ditto.
	* aclocal/check-bsps.m4: Ditto.
	* aclocal/check-cpu.m4: Ditto.
	* aclocal/check-itron.m4: Ditto.
	* aclocal/check-multiprocessing.m4: Ditto.
	* aclocal/check-networking.m4: Ditto.
	* aclocal/check-newlib.m4: Ditto.
	* aclocal/check-posix.m4: Ditto.
	* aclocal/check-tool.m4: Ditto.
	* aclocal/enable-bare.m4: Ditto.
	* aclocal/enable-inlines.m4: Ditto.
	* aclocal/enable-itron.m4: Ditto.
	* aclocal/enable-multiprocessing.m4: Ditto.
	* aclocal/enable-networking.m4: Ditto.
	* aclocal/enable-posix.m4: Ditto.
	* aclocal/enable-rtemsbsp.m4: Ditto.
	* aclocal/env-rtemsbsp.m4: Ditto.
	* aclocal/env-rtemscpu.m4: Ditto.
	* aclocal/gcc-pipe.m4: Ditto.
	* aclocal/gcc-specs.m4: Ditto.
	* aclocal/multi.m4: Ditto.
	* aclocal/multilib.m4: Ditto.
	* aclocal/prog-cc.m4: Ditto.
	* aclocal/project-root.m4: Ditto.
	* aclocal/rtems-cpu-subdirs.m4: Ditto.
	* aclocal/rtems-debug.m4: Ditto.
	* aclocal/rtems-top.m4: Ditto.
	* aclocal/subdirs.m4: Ditto.
	* aclocal/sysv-ipc.m4: Ditto.
	* aclocal/tool-paths.m4: Ditto.
	* aclocal/version.m4: Ditto.
2002-06-17 08:53:19 +00:00
Ralf Corsepius
ed8ec1cf11 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* copied over from aclocal/.
2002-06-17 08:52:47 +00:00
Ralf Corsepius
dfa9b5fcfd 2002-06-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove multilib support.
	* configure.ac: Ditto.
	* sapi/Makefile.am: Ditto.
2002-06-15 08:20:55 +00:00
Ralf Corsepius
bfd1a53a2f 2002-06-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: include multilib.am instead of RTEMS_BSP.cfg.
2002-06-15 07:14:44 +00:00
Ralf Corsepius
39dfccf225 2002-06-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Copied over from automake/.
	* automake/lib.am: Copied over from automake/.
	* automake/local.am: Copied over from automake/.
	* automake/multilib.am: Copied over from automake/.
	* automake/subdirs.am: Copied over from automake/.
	* Makefile.am: Add automake/*.am.
2002-06-15 05:34:38 +00:00
Ralf Corsepius
b6b3cf5246 Add AUTOMAKE_FILES. 2002-06-15 05:33:10 +00:00
Ralf Corsepius
9ea3832c6c Copied over from the automake/ 2002-06-15 05:29:18 +00:00
Joel Sherrill
b221cd3d1a 2002-06-14 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Fixed typo and added gnu.linkonce.t and
	gnu.linkonce.r sections.
2002-06-14 17:27:26 +00:00
Joel Sherrill
225011724b 2002-06-14 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Fixed typo.
2002-06-14 17:26:44 +00:00
Joel Sherrill
158e2d7d79 2002-05-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_POSIX_API.
	  Remove RTEMS_ENABLE_POSIX.
	  Remove RTEMS_CHECK_CUSTOM_BSP.
	  Remove RTEMS_ENABLE_POSIX.
2002-05-30 12:25:38 +00:00
Joel Sherrill
113d7b8575 2002-05-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove headers. Remove CHANGELOG.
	* configure.ac: Use AC_CONFIG_SRCDIR([pppd]).
2002-05-30 12:25:30 +00:00
Joel Sherrill
3e39b47d70 2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add libnetworking.
	* wrapup/Makefile.am: Ditto.
2002-05-29 17:01:22 +00:00
Joel Sherrill
8a79786886 2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Relocate c/src/libnetworking.
	* Makefile.am: Reflect moval.
	* machine/Makefile.am: Ditto.
	* net/Makefile.am: Ditto.
	* lib/Makefile.am: Ditto.
	* netinet/Makefile.am: Ditto.
	* vm/Makefile.am: Ditto.
	* libc/Makefile.am: Ditto.
	* sys/Makefile.am: Ditto.
	* arpa/Makefile.am: Ditto.
	* nfs/Makefile.am: Ditto.
	* kern/Makefile.am: Ditto.
	* rtems/Makefile.am: Ditto.
	* configure.ac: Dittp.
	* wrapup/Makefile.am: Ditto. Remove references to networking apps.
2002-05-29 17:00:59 +00:00
Joel Sherrill
f3e9ad0784 2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect moving libnetworking. Use libnetapps instead.
2002-05-29 17:00:51 +00:00
Joel Sherrill
7020377e8f 2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Move networking libraries to c/src/exec/libnetworking
	* configure.ac: Reflect Moval.
	* Makefile.am: Reflect Moval.
	* wrapup/Makefile.am: Reflect Moval.
2002-05-29 17:00:30 +00:00
Joel Sherrill
618f3f9656 2001-05-28 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected spacing.
2002-05-28 19:48:56 +00:00
Joel Sherrill
afc2129b69 2001-05-28 Joel Sherrill <joel@OARcorp.com>
* Per PR31, moved mvme16x_hw.h to shared/mvme.
	* include/Makefile.am: Modified to reflect movement.
2002-05-28 19:48:32 +00:00
Joel Sherrill
69d9e64e46 2001-05-28 Joel Sherrill <joel@OARcorp.com>
* Per PR31, moved mvme16x_hw.h to shared/mvme.
	* include/Makefile.am: Modified to reflect movement.
	* include/mvme16x_hw.h: Moved to shared/mvme.
2002-05-28 19:48:01 +00:00
Joel Sherrill
2c7e8e519b 2002-05-28 Chris Johns <ccj@acm.org>
* rtems/score/m68k.h: Per PR227, mc68060 does not require FPSP
	since it is now multilib'ed.
2002-05-28 17:32:33 +00:00
Joel Sherrill
d3c37c08b3 2002-05-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libblock, libfs moved to src/exec for multilib'ing.
2002-05-28 17:27:12 +00:00
Joel Sherrill
d7b1f19f6e 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove libblock, libfs.
2002-05-28 17:25:03 +00:00
Joel Sherrill
1b092b79df 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove CONFIG_SUBIDIRS libblock, libfs.
2002-05-28 17:21:31 +00:00
Joel Sherrill
35cd6aed1b 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX).
	* wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
2002-05-28 17:21:23 +00:00
Joel Sherrill
47ef863af4 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Move from c/src/libfs to c/src/exec/libfs
	* configure.ac: Reflect move.
	* Makefile.am: Ditto.
	* src/Makefile.am: Ditto.
	* src/dosfs/Makefile.am: Ditto.
	* src/imfs/Makefile.am: Ditto.
	* wrapup/Makefile.am: Ditto.
2002-05-28 17:21:17 +00:00
Joel Sherrill
279ec4e8b5 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Move from c/src/libblock to c/src/exec/libblock
	* configure.ac: Reflect move.
	* Makefile.am: Ditto.
	* include/Makefile.am: Ditto.
	* src/Makefile.am: Ditto.
2002-05-28 17:21:09 +00:00
Joel Sherrill
e3eab02dd6 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems_telnetd/pty.c: Remove bsp.h. Include <rtems/bspIo.h>.
2002-05-28 16:20:54 +00:00
Joel Sherrill
3fa500f7e2 2001-05-24 Joel Sherrill <joel@OARcorp.com>
* src/.cvsignore: New file.
2002-05-24 15:38:42 +00:00
Joel Sherrill
a653f39f30 2002-05-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* coinfigure.ac, Makefile.am: Remove references to rootfs.
2002-05-24 15:35:56 +00:00
Joel Sherrill
166475ad3d 2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove lib.
2002-05-17 18:33:07 +00:00
Joel Sherrill
05a596c896 2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove libcsupport.
2002-05-17 18:32:54 +00:00
Joel Sherrill
ec482a25c0 2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove libblock, libfs.
2002-05-17 18:32:53 +00:00
Joel Sherrill
909261295b 2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add libcsupport.
	* wrapup/Makefile.am: Ditto.
2002-05-17 18:32:38 +00:00
Joel Sherrill
c8e972f57b 2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Relocate libcsupport from c/src/lib to c/src/exec/libcsupport.
	* configure.ac: Use ENV_RTEMSCPU. Reflect changed paths.
	* Makefile.am: Reflect changed paths.
	* src/Makefile.am: Reflect changed paths.
2002-05-17 18:32:22 +00:00
Joel Sherrill
ae30735267 2002-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rootfs/.cvsignore: Remove.
	* rootfs/Makefile.am: Remove.
	* rootfs/mkrootfs.h: Remove.
	* rootfs/mkrootfs.c: Remove.
	* configure.ac: Remove rootfs and NETWORKING macros.
	* wrapup/Makefile.am: Remove rootfs and HAS_NETWORKING.
2002-05-17 18:30:03 +00:00
Joel Sherrill
c1f3fc045d 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-17 18:28:26 +00:00