Skip to content
Snippets Groups Projects
Commit 87a633c3 authored by rswindell's avatar rswindell
Browse files

Uses NOCVS=1 make options for installation of local tarball.

parent 6cec1819
No related branches found
No related tags found
No related merge requests found
......@@ -681,6 +681,7 @@ get_distlist(void)
dist[r]->type=LOCAL_FILE;
dist[r]->servers=server;
dist[r]->files=file;
strcpy(dist[r]->make_opts,"NOCVS=1");
r++;
strcpy(file[f++],DEFAULT_DISTFILE);
strcpy(file[f++],str);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment