Răsfoiți Sursa

move the "BUILD_SUFFIX" options out of "SOURCE_FEEDS" options

SVN-Revision: 9102
Nicolas Thill 18 ani în urmă
părinte
comite
d7fe0ca7a0
1 a modificat fișierele cu 7 adăugiri și 7 ștergeri
  1. 7 7
      Config.in

+ 7 - 7
Config.in

@@ -96,6 +96,13 @@ config AUTOREBUILD
 	help
 		Automatically rebuild packages when their files change
 
+config BUILD_SUFFIX
+	string
+	prompt "Build suffix to append to the BUILD_DIR variable" if BUILDOPTS
+	default ""
+	help
+		Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
+
 config TAR_VERBOSITY
 	bool 
 	prompt "Tar verbose" if BUILDOPTS
@@ -115,13 +122,6 @@ config SOURCE_FEEDS
 	help
 		Separate sources with spaces : " "
 
-config BUILD_SUFFIX
-	string
-	prompt "Build suffix to append to the BUILD_DIR variable" if BUILDOPTS
-	default ""
-	help
-		Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
-
 config SOURCE_FEEDS_REV
 	string
 	prompt "Revision for the source feed svn checkout" if BUILDOPTS