|
From: Hans-Bernhard B. <HBB...@t-...> - 2015-05-07 19:21:47
|
Am 07.05.2015 um 19:38 schrieb Daniel J Sebald: > Whenever I do an update I see: > > cvs update: move away ./compile; it is in the way > C compile > > The contents of compile looks as though it is a file maintained by > autotools. Is 'compile' a file that should be in the list inside > .cvsignore? Absolutely not. compile is to be _controlled_ by CVS, not to be ignored by it. Odds are you have something else named "compile" sitting in its place; possibly a symlink to a local automake installation's master copy of the file. Just do what CVS suggested: move it away! Then cvs update to get the proper working file. |