The R Project SVN R

Rev

Rev 21675 | Rev 30241 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21675 Rev 25400
Line 11... Line 11...
11
if test ${TOOLS_DIR} = ${0} ; then
11
if test ${TOOLS_DIR} = ${0} ; then
12
  TOOLS_DIR="."
12
  TOOLS_DIR="."
13
fi
13
fi
14
(cd "${TOOLS_DIR}"/..
14
(cd "${TOOLS_DIR}"/..
15
  version=`cut -f1 -d' ' VERSION`
15
  version=`cut -f1 -d' ' VERSION`
16
  PKGS=`grep '^R_PKGS_RECOMMENDED *=' Makeconf.in | sed 's/.*=//'`
16
  PKGS=`grep '^R_PKGS_RECOMMENDED_SOURCES *=' share/make/vars.mk | \
-
 
17
    sed 's/.*=//'`
17
  cd src/library/Recommended
18
  cd src/library/Recommended
18
 
19
 
19
  ## The purpose of the rsync options is to get the timestamps on the
20
  ## The purpose of the rsync options is to get the timestamps on the
20
  ## downloaded files to reflect time of download.
21
  ## downloaded files to reflect time of download.
21
  ## We can't use -t because then we could download a changed file that
22
  ## We can't use -t because then we could download a changed file that