Skip to content
Snippets Groups Projects
Commit 0f4f04f2 authored by Axel Naumann's avatar Axel Naumann
Browse files

Removal of rmkdepend is for v6.16!

parent 76e13f1f
Branches
Tags
No related merge requests found
...@@ -414,12 +414,12 @@ char **argv; ...@@ -414,12 +414,12 @@ char **argv;
*incp++ = defincdir; *incp++ = defincdir;
} }
fprintf(stderr, "WARNING: this tool is deprecated and will be removed in ROOT 6.14!\n"); fprintf(stderr, "WARNING: this tool is deprecated and will be removed in ROOT 6.16!\n");
fprintf(stderr, "Please use compiler-generated dependency files (`gcc -MMD` etc).\n"); fprintf(stderr, "Please use compiler-generated dependency files (`gcc -MMD` etc).\n");
redirect(startat, makefile); redirect(startat, makefile);
fprintf(stdout, "\n$(warning WARNING: this tool is deprecated and will be removed in ROOT 6.14!)\n"); fprintf(stdout, "\n$(warning WARNING: this tool is deprecated and will be removed in ROOT 6.16!)\n");
fprintf(stdout, "$(warning Please use compiler-generated dependency files (`gcc -MMD` etc).)\n\n"); fprintf(stdout, "$(warning Please use compiler-generated dependency files (`gcc -MMD` etc).)\n\n");
/* /*
* catch signals. * catch signals.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment