The R Project SVN R

Rev

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

Rev 74046 Rev 76142
Line 39... Line 39...
39
	@$(MAKE) stamp-recommended
39
	@$(MAKE) stamp-recommended
40
stamp-recommended: $(OBJECTS)
40
stamp-recommended: $(OBJECTS)
41
	@touch $@
41
	@touch $@
42
 
42
 
43
## need to allow parallel installs
43
## need to allow parallel installs
44
INSTALL_OPTS = --pkglock --data-compress=xz
44
INSTALL_OPTS = --pkglock --data-compress=xz --no-staged-install
45
@BYTE_COMPILE_PACKAGES_FALSE@R_NO_BASE_COMPILE = true
45
@BYTE_COMPILE_PACKAGES_FALSE@R_NO_BASE_COMPILE = true
46
 
46
 
47
## On e.g. Solaris/FreeBSD if the top-level make is GNU make it will
47
## On e.g. Solaris/FreeBSD if the top-level make is GNU make it will
48
## pass flags such as -j and -w down: so need to ensure that INSTALL
48
## pass flags such as -j and -w down: so need to ensure that INSTALL
49
## uses the same make.
49
## uses the same make.