Re: configure.ac: Don't try to rm dirs.
Nicolas Le Cam <niko.lecam(a)gmail.com> writes:
Hi,
This patch allows to do a make clean in a wine tree configured with with-wine64 option and fix following errors : rm: cannot remove `fonts': Is a directory rm: cannot remove `server': Is a directory
These should be symlinks in a wow64 tree. Probably you didn't start from a fresh tree. -- Alexandre Julliard julliard(a)winehq.org
2010/6/28 Alexandre Julliard <julliard(a)winehq.org>:
Nicolas Le Cam <niko.lecam(a)gmail.com> writes:
Hi,
This patch allows to do a make clean in a wine tree configured with with-wine64 option and fix following errors : rm: cannot remove `fonts': Is a directory rm: cannot remove `server': Is a directory
These should be symlinks in a wow64 tree. Probably you didn't start from a fresh tree.
-- Alexandre Julliard julliard(a)winehq.org
You're right even if I can't remember creating it so long ago. Sorry for the noise. -- Nicolas Le Cam
participants (2)
-
Alexandre Julliard -
Nicolas Le Cam