@@ -27,18 +27,18 @@ endif
27
27
endef
28
28
29
29
define define_profile_targets
30
- $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) , $$(prof ) ,false, true,false,false,false, supervisor) ) )
31
- $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -prof, $$(prof ) ,false, true,false,false, true, supervisor) ) )
32
- $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -auto, $$(prof ) ,false, true, true,false,false, supervisor) ) )
33
- $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -autostay, $$(prof ) ,false, true, true, true,false, supervisor) ) )
34
- $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nix, $$(prof ) , true,false,false,false,false, supervisor) ) )
35
- $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -autonix, $$(prof ) , true,false, true,false,false, supervisor) ) )
36
- $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nomad , $$(prof ) , true,false,false,false,false, nomad ) ) )
37
- $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nomad -auto, $$(prof ) , true,false, true,false,false, nomad ) ) )
38
- $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nomadpodman , $$(prof ) , true,false,false,false,false, nomadpodman ) ) )
39
- $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nomadpodman -auto, $$(prof ) , true,false, true,false,false, nomadpodman ) ) )
40
- $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nomadexec , $$(prof ) , true,false,false,false,false, nomadexec ) ) )
41
- $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nomadexec -auto, $$(prof ) , true,false, true,false,false, nomadexec ) ) )
42
- $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nixops, $$(prof ) , true, true,false,false,false, nixops) ) )
43
- $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -autonixops, $$(prof ) , true, true, true, true,false, nixops) ) )
30
+ $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) , $$(prof ) ,false, true,false,false,false,supervisor) ) )
31
+ $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -prof, $$(prof ) ,false, true,false,false, true,supervisor) ) )
32
+ $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -auto, $$(prof ) ,false, true, true,false,false,supervisor) ) )
33
+ $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -autostay, $$(prof ) ,false, true, true, true,false,supervisor) ) )
34
+ $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nix, $$(prof ) , true,false,false,false,false,supervisor) ) )
35
+ $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -autonix, $$(prof ) , true,false, true,false,false,supervisor) ) )
36
+ $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nomadcloud , $$(prof ) , true,false,false,false,false,nomadcloud ) ) )
37
+ $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nomadcloud -auto, $$(prof ) , true,false, true,false,false,nomadcloud ) ) )
38
+ $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nomadexec , $$(prof ) , true,false,false,false,false,nomadexec ) ) )
39
+ $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nomadexec -auto, $$(prof ) , true,false, true,false,false,nomadexec ) ) )
40
+ $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nomadpodman , $$(prof ) , true,false,false,false,false,nomadpodman ) ) )
41
+ $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nomadpodman -auto,$$(prof ) , true,false, true,false,false,nomadpodman ) ) )
42
+ $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -nixops, $$(prof ) , true, true,false,false,false,nixops) ) )
43
+ $$(foreach prof,$(1 ) ,$$(eval $$(call proftgt,$$(prof ) -autonixops, $$(prof ) , true, true, true, true,false,nixops) ) )
44
44
endef
0 commit comments