[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] Build error:
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Sun, 11 Jan 2009 17:39:04 -0700 (MST)
On Sun, January 11, 2009 5:32 pm, Peter Wang said:
> The problem is that I made a symlink to the source tree's data
> directory. make clean doesn't delete the symlink itself but deletes the
> everything in the directory that the symlink points to. :-P
>
> So we can either:
>
> 1. find some way to tell cmake not to delete the symlink or its contents
> on make clean
> 2. use a plain copy instead of symlink
> 3. make the symlink in a hidden way so cmake doesn't know about it
> 4. drop the feature
Considering my build directory is about 75MB anyway, another 1MB won't hurt, so I'd either just copy it. Doing a
symlink in a hidden way would be Ok too.
Trent :{)>