[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MintNet 0.55
Kay Roemer wrote:
>
> I've uploaded MintNet 0.55 and some tools to atari.archive. The files
> are called:
Great!
> net-055.tgz:
> MintNet 0.55, most important changes since 0.53:
> - added slip header compression ("cslip")
Argh! Just switched from CSLIP on my Sun to the plain SLIP on the
FreeBSD box. ;) But 38400 without header compression is still faster
than 19200. I would try 57600 or 115200, but where is the stty command
that can handle it? Please!
And you forgot my famous Makefile changes. ;) I did some more
improvements:
--- Makefile.orig Tue Sep 13 22:03:26 1994
+++ Makefile Tue Oct 25 22:33:11 1994
@@ -6,7 +6,7 @@
SUBDIRS = net lib tool test
-all: netdev library tool
+all: netdev library tools
library:
$(MAKE) -C lib
@@ -17,7 +17,7 @@
tests:
$(MAKE) -C test
-tool:
+tools:
$(MAKE) -C tool
install:
@@ -40,13 +40,24 @@
@for i in $(SUBDIRS); do $(MAKE) -C $$i depend; done;
crlf:
- @find . -name '*.[ch]' -exec crlf -s \{\} \;
+ @find . -name '*.[chs]' -exec crlf -s \{\} \;
+ @find . -name Makefile -exec crlf -s \{\} \;
+ @find . -name depend -exec crlf -s \{\} \;
dist:
cp -rl ../net-??? /tmp
( cd /tmp/net-???; make clean; cd ..; tar czf `echo -n net-???`.tgz net-??? )
mv /tmp/net-???.tgz ../
rm -rf /tmp/net-???
+
+# Quick hack for transferring files after cross-compiling.
+# Note you have to specify -print for compatibility reasons.
+# (Slowaris says "no operation specified" for example...)
+# Ignore, remove or improve this target.
+
+bindist:
+ tar czvf ../net-055b.tgz lib/*.olb net/sockdev.xdd net/drivers/*.xif\
+ `find tool -type f -perm -111 -print` `find lib -name '*.h' -print`
tarit:
( cd ..; tar czf `echo -n net-???`.tgz net-??? )
--- tool/Makefile.orig Sun Aug 21 17:10:24 1994
+++ tool/Makefile Tue Oct 25 22:42:49 1994
@@ -4,9 +4,11 @@
include ../MakeVars
-CPPFLAGS = -I.
+# Make sure we are not using older libs and/or includes
+
+CPPFLAGS = -nostdinc -I. -I../lib -I$(MINTINCLUDE)
CFLAGS = -O2 -mbaserel -mshort -Wall
-LDLIBS = -lbsocket16 -lbiio16
+LDLIBS = -L../lib -lbsocket16 -lbiio16
TOOLS = netstat ifconfig route iflink slattach
> nslookup-00.tgz:
> Namserver lookup tool.
Still waiting for my own subnet and since there is no ppp (and no
modem) on the TT, I cannot test it. ;(
> dip-337uri-00.tgz:
> Dialup Internet Protocol (DIP) portet to MintNet. Allows
> automated establishment of slip (ppp) connections using
> simple script files. (dialin and dialout).
Ooops, never heard about that. Where can I get the original,
not-for-linux-hacked sourcecode?
> Could someone of the archive maintainers please move the files to
> Mint/Network?
The files are available (not only) for German users here on nasim via
uucp or ZModem.
1994/10/25 62970 /pub/atari/Mint/Network/dip-337uri-00.tgz
1994/10/25 443729 /pub/atari/Mint/Network/net-055.tgz
1994/10/25 78430 /pub/atari/Mint/Network/nslookup-00.tgz
1994/10/25 81981 /pub/atari/Mint/Network/rlogin-03.tgz
Bye,
Knarf
--
Frank Bartels | UUCP/ZModem: + 49 89 5469593 | MiNT is
knarf@nasim.cube.net | Login: nuucp Index: /pub/ls-lR.nasim.gz | Now TOS!
- References:
- MintNet 0.55
- From: Kay Roemer <roemer@informatik.uni-frankfurt.de>