Re: Multi-dot files

2001-11-05 Thread Tom Hughes
In message <[EMAIL PROTECTED]> Dan Sugalski <[EMAIL PROTECTED]> wrote: > At 08:48 PM 11/4/2001 -0500, James Mastros wrote: > >For that matter, why are we avoiding filenames with more then one dot? It'd > >be easy to teach a Makefile to get core.ops.c from core.ops; much harder to > >te

Multi-dot files

2001-11-05 Thread Dan Sugalski
At 08:48 PM 11/4/2001 -0500, James Mastros wrote: >For that matter, why are we avoiding filenames with more then one dot? It'd >be easy to teach a Makefile to get core.ops.c from core.ops; much harder to >tell it how to get core_ops.c. (Note that in the current Makefile, we >special-case it.) S