Ticket #8067: UserBuildConfig

File UserBuildConfig, 557 bytes (added by Don Quixote, 12 years ago)

The UserBuildConfig for the build that produced this error

Line 
1DefineBuildProfile partition0 : disk : "/dev/disk/scsi/0/0/0/0" ;
2
3HAIKU_IMAGE_HOST_NAME = "frylock" ;
4
5switch $(HAIKU_BUILD_PROFILE) {
6 case "partition0" : {
7 Echo Building to USB stick partition0 ;
8 }
9}
10
11switch $(HAIKU_BUILD_PROFILE) {
12 case "partition0" : {
13 SetConfigVar DEBUG : HAIKU_TOP src system : 1 : global ;
14 SetConfigVar DEBUG : HAIKU_TOP src add-ons : 1 : global ;
15 SetConfigVar DEBUG : HAIKU_TOP src glteapot : 1 : global ;
16
17 AddOptionalHaikuImagePackages BePDF Links Nano
18Development Subversion OpenSSH Vim WonderBrush SQLite Pe ;
19 }
20}