summaryrefslogtreecommitdiffstats
path: root/bit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-09-02 15:40:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-09-02 15:40:52 +0000
commit529f108360089e2cc8752c051df43024ea833930 (patch)
treee592583a35567eb00f88aadc60afdf424e4ff6da /bit
parentMore changes to try to reduce dependency on build environment. (diff)
downloadrtems-addon-packages-529f108360089e2cc8752c051df43024ea833930.tar.bz2
2005-09-02 Joel Sherrill <joel@OARcorp.com>
* bit, ncurses-5.3/misc/run_tic.sh: Added rtemsNfs 1.2 * rtemsNfs/ChangeLog, rtemsNfs/LICENSE, rtemsNfs/Makefile, rtemsNfs/README, rtemsNfs/rtems-filesystem-patch, rtemsNfs/proto/Makefile, rtemsNfs/proto/mount_prot.h, rtemsNfs/proto/mount_prot.x, rtemsNfs/proto/mount_prot_xdr.c, rtemsNfs/proto/nfs_prot.h, rtemsNfs/proto/nfs_prot.x, rtemsNfs/proto/nfs_prot_xdr.c, rtemsNfs/src/Makefile, rtemsNfs/src/cexphelp.c, rtemsNfs/src/dirutils.c, rtemsNfs/src/librtemsNfs.h, rtemsNfs/src/nfs.c, rtemsNfs/src/nfs.modini.c, rtemsNfs/src/rpcio.c, rtemsNfs/src/rpcio.h, rtemsNfs/src/rpcio.modini.c, rtemsNfs/src/sock_mbuf.c, rtemsNfs/src/xdr_mbuf.c: New files. * rtemsNfs-1.1/ChangeLog, rtemsNfs-1.1/LICENSE, rtemsNfs-1.1/Makefile, rtemsNfs-1.1/README, rtemsNfs-1.1/rtems-filesystem-patch, rtemsNfs-1.1/proto/Makefile, rtemsNfs-1.1/proto/mount_prot.x, rtemsNfs-1.1/proto/nfs_prot.x, rtemsNfs-1.1/src/Makefile, rtemsNfs-1.1/src/cexphelp.c, rtemsNfs-1.1/src/dirutils.c, rtemsNfs-1.1/src/librtemsNfs.h, rtemsNfs-1.1/src/nfs.c, rtemsNfs-1.1/src/nfs.modini.c, rtemsNfs-1.1/src/rpcio.c, rtemsNfs-1.1/src/rpcio.h, rtemsNfs-1.1/src/rpcio.modini.c, rtemsNfs-1.1/src/sock_mbuf.c, rtemsNfs-1.1/src/xdr_mbuf.c: Removed.
Diffstat (limited to 'bit')
-rwxr-xr-xbit3
1 files changed, 2 insertions, 1 deletions
diff --git a/bit b/bit
index ec68c19..772994a 100755
--- a/bit
+++ b/bit
@@ -9,7 +9,8 @@
#
set -ex
-PACKAGES="rtemsNfs-1.1 avl-1.4.0 ncurses-5.3 readline-4.3 libtecla-1.4.1 zlib-1.1.4"
+# rtemsNfs is version 1.2
+PACKAGES="rtemsNfs avl-1.4.0 ncurses-5.3 readline-4.3 libtecla-1.4.1 zlib-1.1.4"
for p in $PACKAGES
do