> On 19 Jul 2016, at 22:05 , Dirk Eddelbuettel <e...@debian.org> wrote: > > > On a fresh svn checkout in a fresh directory, following up on 'configure' > (with many options, pointer to exact invocation below) by 'make' ends in > tears:
This also breaks plain builds of r-devel. Subdir make is such a pain! Top level Makefile has SUBDIRS = m4 tools doc etc share src tests ... @for d in $(SUBDIRS); do \ (cd $${d} && $(MAKE) R) || exit 1; \ done so building something in doc that relies on something built in src ends badly. Preliminary fiddling indicates that it might work to move doc after src in SUBDIRS, but the reverse (src to before doc) did not. [snippage] > The problem does manifest itself when the svn directory is not 'fresh' as in > the case of the Docker builds as ../bin/R exists from the previous builds. > > Dirk > Er, a "not" went missing in there?? -p > -- > http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org > > ______________________________________________ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd....@cbs.dk Priv: pda...@gmail.com ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel