Re: [AD] 'make veryclean' possible typo? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sunday 17 November 2002 10:45, aj wrote:
> i did i 'make veryclean'
> on my win2k msvc6 box.
> and it clean'ed up.. all but the docs.
Are you sure that the files are not deleted anyway ?
> the /docs/html/alleg*.html
> files where all reported as missing. (during the 'make veryclean' )
Probably because they have already been deleted. There is some duplicated
rules in the CLEAN targets.
> i am *guessing* that the 'make veryclean' is trying to delete
> files with name alleg_000.html
> (note the underscore).
> but the actually files are alleg000.html (note: lack of underscore).
The files to be cleared are listed at the end of makefile.lst, in the
variables OBJ_CLEAN_FILES, OTHER_CLEAN_FILES, DISTCLEAN_FILES and
VERYCLEAN_FILES. The CLEAN targets are defined in makefile.all .
--
Eric Botcazou