[haiku-development] Re: Best UserBuildConfig partition settings

  • From: "Adrian Panasiuk" <adek336@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Thu, 15 Jan 2009 19:02:16 +0000

If you install Haiku on many partitions, having each of them have a
different name is a bliss:

DefineBuildProfile disk-0_4 : disk : "/dev/disk/scsi/0/0/0/0_4" ;
DefineBuildProfile disk-0_7 : disk : "/dev/disk/scsi/0/0/0/0_7" ;
DefineBuildProfile disk-0_8 : disk : "/dev/disk/scsi/0/0/0/0_8" ;

switch $(HAIKU_BUILD_PROFILE) {
        case "disk-0_4" : {
                HAIKU_IMAGE_LABEL = "04" ;
        }
        case "disk-0_7" : {
                HAIKU_IMAGE_LABEL = "07" ;
        }
~       case "disk-0_8" : {
~               HAIKU_IMAGE_LABEL = "08" ;
        }
}

> Could you and others with such powerful profile configurations maybe
> add those as samples to the source tree? I think having a nice library
> of profiles would cause people to use them more.

I agree, it'd be good to choose some interesting, useful profiles and
include them in UserBuildConfig.ReadMe.

Regards,
Adrian.


-- 
Czy ty orzeł, czy ty kawka? -wkrótce zdłabi kaszel, czkawka.
Śmierć szyję zaszyje.

Other related posts: