diff options
author | Alexey Neyman <stilor@att.net> | 2017-06-27 01:12:33 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:56 -0700 |
commit | bec14208a7a92461957ae31b7b2bd68543917ef0 (patch) | |
tree | d5262700acd0e7515f4f4217ddda0df0e8c15379 /maintainer | |
parent | 993b4acec54f02f3391fce6b56e0366304b79f01 (diff) | |
download | crosstool-ng-bec14208a7a92461957ae31b7b2bd68543917ef0.tar.gz crosstool-ng-bec14208a7a92461957ae31b7b2bd68543917ef0.tar.bz2 crosstool-ng-bec14208a7a92461957ae31b7b2bd68543917ef0.zip |
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 <stilor@att.net>
Diffstat (limited to 'maintainer')
-rwxr-xr-x | maintainer/gen-versions.sh | 2 | ||||
-rw-r--r-- | maintainer/kconfig-versions.template | 17 |
2 files changed, 19 insertions, 0 deletions
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 |