Changeset: d2433a148bf1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d2433a148bf1 Modified Files: tools/embedded/rpackage/configure Branch: embedded Log Message:
making clean removes generated sql parser files, d'oh diffs (12 lines): 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 clean install +make -j install echo -e "dummytarget:\n\ttrue\n" > Makefile cd .. _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
