Sorry it took longer to retry the test.  Had to work some.

Let's see what mailman does this time...

Ron

# MAKE distclean before a CVS update!

if [ -e cvs.log ]
then
	if [ -e cvs.log.old ]
	then
		rm cvs.log.old
	fi
	mv cvs.log cvs.log.old
fi

make distclean
cvs update -PAd >cvs.log; less cvs.log
./configure  --prefix=/usr
make depend
make



# MAKE distclean before a CVS update!

if [ -e cvs.log ]
then
	if [ -e cvs.log.old ]
	then
		rm cvs.log.old
	fi
	mv cvs.log cvs.log.old
fi

make distclean
cvs update -PAd >cvs.log; less cvs.log
./configure  --prefix=/usr
make depend
make



# MAKE distclean before a CVS update!

if [ -e cvs.log ]
then
        if [ -e cvs.log.old ]
        then
                rm cvs.log.old
        fi
        mv cvs.log cvs.log.old
fi

make distclean
cvs update -PAd >cvs.log; less cvs.log
./configure  --prefix=/usr
make depend
make





Reply via email to