[commit] r2307 - trunk/config

stsp at dslinux.in-berlin.de stsp at dslinux.in-berlin.de
Thu Jul 24 16:39:02 CEST 2008


Author: stsp
Date: Thu Jul 24 16:39:02 2008
New Revision: 2307

Log:
Add a CONFIG_DEFAULTS_RELEASE_BUILD option we can use
to toggle the presence of /etc/revision.
That file will be needed by Sonny Jim's update script.


Modified:
   trunk/config/Configure.help
   trunk/config/mkconfig

Modified: trunk/config/Configure.help
==============================================================================
--- trunk/config/Configure.help	(original)
+++ trunk/config/Configure.help	Thu Jul 24 16:39:02 2008
@@ -40,6 +40,19 @@
              use this unless you are doing low-level device
              support hacking.
 
+CONFIG_DEFAULTS_RELEASE_BUILD
+  Compile an official release of DSLinux.
+  If you're not Kineox, you don't want this option.
+
+  This option causes the revision number of the top-level directory
+  of your working copy to show up in the file /etc/revision.
+  This information is used by the automatic update script.
+
+  Before you enable this, make sure your working copy of DSLinux has
+  been uniformly updated to the same revision, i.e. your working
+  copy does not consist of mixed revisions. To achieve this, run
+  'svn update' in the top directory of your working copy before
+  enabling this option.
 
 Prompt to override the current config settings
 CONFIG_DEFAULTS_OVERRIDE

Modified: trunk/config/mkconfig
==============================================================================
--- trunk/config/mkconfig	(original)
+++ trunk/config/mkconfig	Thu Jul 24 16:39:02 2008
@@ -80,6 +80,7 @@
 	oldv=$v
 done
 
+echo "bool 'Compile a release build'	CONFIG_DEFAULTS_RELEASE_BUILD"
 echo "endmenu"
 
 #############################################################################


More information about the dslinux-commit mailing list