From bec14208a7a92461957ae31b7b2bd68543917ef0 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Tue, 27 Jun 2017 01:12:33 -0700 Subject: Builds comp.libs from VCS ... fails on DUMA because it cannot be compiled by newer C++, and patches are not applied to checkouts from VCS. Signed-off-by: Alexey Neyman --- maintainer/gen-versions.sh | 2 ++ maintainer/kconfig-versions.template | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) (limited to 'maintainer') diff --git a/maintainer/gen-versions.sh b/maintainer/gen-versions.sh index 325715a2..099cdaea 100755 --- a/maintainer/gen-versions.sh +++ b/maintainer/gen-versions.sh @@ -437,6 +437,8 @@ enter_fork() info[repository]= info[repository_branch]= info[repository_cset]= + info[repository_subdir]= + info[bootstrap]= info[fork]=${fork} info[name]=${fork} info[mirrors]= diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template index b3e8a905..c8dfed75 100644 --- a/maintainer/kconfig-versions.template +++ b/maintainer/kconfig-versions.template @@ -131,6 +131,23 @@ config @@pfx@@_DEVEL_REVISION CVS: enter the date in "YYYY/MM/DD HH:MM:SS" format (UTC) to check out certain date. Subversion: enter the revision. +config @@pfx@@_DEVEL_SUBDIR + string "Subdirectory in the repository" + default "@@repository_subdir@@" + help + Some projects produce releases not from the top-level directory in the + repository, but rather from some subdirectory. If it is the case, + specify this subdirectory here. + +config @@pfx@@_DEVEL_BOOTSTRAP + string "Bootstrap command" + default "@@bootstrap@@" + help + Command to run after checking out. Some projects don't store the generated + files like configure script in the repository; building out of a checked out + working copy thus requires some extra steps. Separate multiple shell commands + with &&. + endif config @@pfx@@_SRC_CUSTOM -- cgit v1.2.3