1 | DefineBuildProfile partition0 : disk : "/dev/disk/scsi/0/0/0/0" ;
|
---|
2 |
|
---|
3 | HAIKU_IMAGE_HOST_NAME = "frylock" ;
|
---|
4 |
|
---|
5 | switch $(HAIKU_BUILD_PROFILE) {
|
---|
6 | case "partition0" : {
|
---|
7 | Echo Building to USB stick partition0 ;
|
---|
8 | }
|
---|
9 | }
|
---|
10 |
|
---|
11 | switch $(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
|
---|
18 | Development Subversion OpenSSH Vim WonderBrush SQLite Pe ;
|
---|
19 | }
|
---|
20 | }
|
---|