[haiku-development] Re: UserBuildConfig question: remove targets

  • From: "François Revol" <revol@xxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Tue, 07 Apr 2009 15:24:26 +0200 CEST

> On 07.04.2009, at 14:56, Joseph Prostko <joe.prostko+haiku@xxxxxxxxx>
>
> wrote:
>
> > HDA itself can be removed via build/jam/HaikuImage (on line 123 of
> > the
> >>
> >>
> >>
> >>
> > file as of r29969).  Just remove the "hda" part of that line.  You
> > can
> > look around for other things in that file as well if you want to
> > remove other targets as well.  I'm sure somebody else will chime in
> > with a complete answer, but that should at least get you started
> > with
> > the hda part of your question.
> >
> > - joe
> >
> Thanks sofar ;) thats the easy part, I hope to get the remaining
> question also answered sooner or later, as I prefer a "safe"
> solution,
> as I will for sure forget, which files I touched and prefer to have
> all local modifications to the build system in one place to prevent
> future issues in case the base files change.


svn up does merge updates with local changes whenever possible, else it
indicates a conflict (C src/...) and lets you "svn resolve" it after
fixing the file.

svn stat

will list files which have local modifications or conflicts.

François.

Other related posts: