Changeset: 24905c259cce for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=24905c259cce Modified Files: tools/embedded/pkg-excludes tools/embedded/rpackage/configure Branch: embedded Log Message:
mal be gone diffs (20 lines): diff --git a/tools/embedded/pkg-excludes b/tools/embedded/pkg-excludes --- a/tools/embedded/pkg-excludes +++ b/tools/embedded/pkg-excludes @@ -52,3 +52,4 @@ winredist/*.cpl /testing/ /geom/ /NT/ +*.mal diff --git a/tools/embedded/rpackage/configure b/tools/embedded/rpackage/configure --- a/tools/embedded/rpackage/configure +++ b/tools/embedded/rpackage/configure @@ -10,7 +10,7 @@ CFLAGS="-I$R_INCLUDE_DIR" ./configure -- # Dirty hack, normally R would call make, but we need to also do a make install to get the libs in place. # So we do it ourselves instead and then render the MonetDB makefile inert. -make -j install +make -k -j install echo -e "dummytarget:\n\ttrue\n" > Makefile cd .. _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
