The R Project SVN R

Rev

Rev 80166 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 80166 Rev 80452
Line 19... Line 19...
19
 
19
 
20
## R_LIBS_SITE has to be non-empty or it is ignored
20
## R_LIBS_SITE has to be non-empty or it is ignored
21
## Note that this does not set LC_COLLATE.  The collation of examples
21
## Note that this does not set LC_COLLATE.  The collation of examples
22
## is done in C order in massageExamples(), but we want to test the
22
## is done in C order in massageExamples(), but we want to test the
23
## orderings users use.
23
## orderings users use.
24
R_EXE = LANGUAGE=en LC_TIME=C R_LIBS= R_LIBS_USER= R_LIBS_SITE='nothing' \
24
R_EXE = LANGUAGE=en LC_TIME=C R_LIBS= R_LIBS_USER=NULL R_LIBS_SITE=NULL \
25
  $(top_builddir)/bin/R --vanilla --no-echo
25
  $(top_builddir)/bin/R --vanilla --no-echo
26
 
26
 
27
all: Makefile test-Examples-Base
27
all: Makefile test-Examples-Base
28
 
28
 
29
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
29
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status