[haiku-commits] r36628 - haiku/trunk

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 5 May 2010 20:14:03 +0200 (CEST)

Author: bonefish
Date: 2010-05-05 20:14:03 +0200 (Wed, 05 May 2010)
New Revision: 36628
Changeset: http://dev.haiku-os.org/changeset/36628/haiku

Modified:
   haiku/trunk/Jamrules
Log:
Added default build profiles "anyboot-image" and "cd-image".


Modified: haiku/trunk/Jamrules
===================================================================
--- haiku/trunk/Jamrules        2010-05-05 15:25:16 UTC (rev 36627)
+++ haiku/trunk/Jamrules        2010-05-05 18:14:03 UTC (rev 36628)
@@ -77,7 +77,8 @@
 # check whether it is unknown or one of the default profiles.
 if $(HAIKU_BUILD_PROFILE) && ! $(HAIKU_BUILD_PROFILE_DEFINED) {
        # define the obvious default profiles
-       if $(HAIKU_BUILD_PROFILE) in image vmware-image install {
+       if $(HAIKU_BUILD_PROFILE) in anyboot-image cd-image image install
+                       vmware-image {
                DefineBuildProfile $(HAIKU_BUILD_PROFILE) : 
$(HAIKU_BUILD_PROFILE) ;
        } else {
                Exit "Build profile" $(HAIKU_BUILD_PROFILE) "not defined." ;


Other related posts:

  • » [haiku-commits] r36628 - haiku/trunk - ingo_weinhold