The R Project SVN R

Rev

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

Rev 70498 Rev 76142
Line 26... Line 26...
26
 
26
 
27
stamp-recommended: $(OBJECTS)
27
stamp-recommended: $(OBJECTS)
28
	@touch $@
28
	@touch $@
29
 
29
 
30
## allow parallel installs, modulo dependencies below
30
## allow parallel installs, modulo dependencies below
31
INSTALL_OPTS=--pkglock --install-tests --data-compress=xz
31
INSTALL_OPTS=--pkglock --install-tests --data-compress=xz --no-staged-install
32
 
32
 
33
RCMD = $(top_builddir)/$(BINDIR)/Rcmd
33
RCMD = $(top_builddir)/$(BINDIR)/Rcmd
34
 
34
 
35
## force tar.exe, as internal tar gets wrong permissions on >= Vista
35
## force tar.exe, as internal tar gets wrong permissions on >= Vista
36
## when run from Cygwin
36
## when run from Cygwin