Diff for /loncom/homework/caparesponse/commands between versions 1.10 and 1.11

version 1.10, 2001/01/17 18:01:31 version 1.11, 2001/01/19 18:45:32
Line 16  then Line 16  then
  then   then
  echo ""   echo ""
  else   else
  ln -s /usr/src/linux/include/asm /usr/include/asm   echo "ERROR. You are missing a necessary symbolic link."
    echo "You should type, as superuser, a command like this:"
                   echo "   ln -s /usr/src/linux/include/asm /usr/include/asm"
    exit 1
  fi   fi
  if test -e /usr/include/linux   if test -e /usr/include/linux
  then   then
  echo ""   echo ""
  else   else
  ln -s /usr/src/linux/include/linux /usr/include/linux   echo "ERROR. You are missing a necessary symbolic link."
    echo "You should type, as superuser, a command like this:"
                   echo "   ln -s /usr/src/linux/include/linux /usr/include/linux"
    exit 1
  fi   fi
 fi  fi
 make -f Makefile clean  make -f Makefile clean

Removed from v.1.10  
changed lines
  Added in v.1.11


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>