blob: 1ab82cfcedb3df0f93b8cf1904151c0570d892f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
*** build.orig Tue May 14 14:22:47 1996
--- build Fri Jun 14 00:09:03 1996
***************
*** 169,179 ****
if [ -s ../pine/pine ] ; then ln ../pine/pine pine ; fi
if [ -s ../c-client/mtest ] ; then ln ../c-client/mtest mtest ; fi
if [ -s ../imapd/imapd ] ; then ln ../imapd/imapd imapd ; fi
if [ -s ../pico/pico ] ; then ln ../pico/pico pico ; fi
if [ -s ../pico/pilot ] ; then ln ../pico/pilot pilot ; fi
cd $PHOME
echo ''
echo "Links to executables are in bin directory:"
! size bin/pine bin/mtest bin/imapd bin/pico bin/pilot
echo "Done"
;;
--- 169,189 ----
if [ -s ../pine/pine ] ; then ln ../pine/pine pine ; fi
if [ -s ../c-client/mtest ] ; then ln ../c-client/mtest mtest ; fi
+ if [ -s ../c-client/libc-client.so.1.3 ] ;
+ then ln ../c-client/libc-client.so.1.3 libc-client.so.1.3 ; fi
if [ -s ../imapd/imapd ] ; then ln ../imapd/imapd imapd ; fi
+ if [ -s ../imap/systype/ipopd/ipop2d ] ;
+ then ln ../imap/systype/ipopd/ipop2d ipop2d ; fi
+ if [ -s ../imap/systype/ipopd/ipop3d ] ;
+ then ln ../imap/systype/ipopd/ipop3d ipop3d ; fi
if [ -s ../pico/pico ] ; then ln ../pico/pico pico ; fi
if [ -s ../pico/pilot ] ; then ln ../pico/pilot pilot ; fi
+ if [ -s ../pico/libpico.so.1.3 ] ;
+ then ln ../pico/libpico.so.1.3 libpico.so.1.3 ; fi
cd $PHOME
echo ''
echo "Links to executables are in bin directory:"
! size bin/pine bin/mtest bin/imapd bin/pico bin/pilot \
! bin/ipop2d bin/ipop3d \
! bin/libc-client.so.1.3 bin/libpico.so.1.3
echo "Done"
;;
|