[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
RE: [XaraXtreme-dev] Distclean?
- From: "Phil Martin" <Phil@xxxxxxxx>
- Date: Fri, 4 Aug 2006 14:35:33 +0100
- Subject: RE: [XaraXtreme-dev] Distclean?
Hmmm... No I was doing an "in tree" build previously.
Tried to start an "out of tree" build but the configure command fails
because the source directory is already configured and suggests I run
"make distclean" there...
I suppose my best course of action now is to delete the lot (assuming
there are no local changes) and start with a complete new check-out.
Phil
> -----Original Message-----
> From: owner-dev@xxxxxxxxxxxxxxxx
> [mailto:owner-dev@xxxxxxxxxxxxxxxx] On Behalf Of Alex Bligh
> Sent: 04 August 2006 12:16
> To: dev@xxxxxxxxxxxxxx
> Cc: Alex Bligh
> Subject: Re: [XaraXtreme-dev] Distclean?
>
> Phil Martin wrote:
> > Does make distclean work under the new build system?
> >
> > I'm trying to get the command-line build going again on my PPC Mac,
> > had configured the build using --disable-international,
> that failed to
> > link, so I'm trying to clean up and now I'm getting errors
> from make distclean:
> >
> > Making distclean in po - No rule to make target 'distclean'.
>
> It shouldn't have changed, but I noticed it didn't work either.
>
> If you are building "out of tree" (by far the best way) then
> just remove the directory.
>
> IE to compile do
> mkdir debug
> ( cd debug ; ../configure --my-configure-line )
> ( cd debug ; make )
>
> And to clean it, just do
> rm -rf release
>
> That makes cleaning up really easy, allows you to
> concurrently maintain release and debug trees with only one
> set of source code, etc. etc.
>
> Alex
>
>