aboutsummaryrefslogtreecommitdiffstats
path: root/defs/gmake.mk
Commit message (Collapse)AuthorAgeFilesLines
* rubyspec-capiext: Use plain DLDFLAGS without flags for librubyNobuyoshi Nakada2020-11-221-2/+3
|
* Added rubyspec-capiext targetNobuyoshi Nakada2020-11-211-0/+10
| | | | This target builds extensions for rubyspec optional C-API tests.
* Fixed installation failure [Bug #17191]Nobuyoshi Nakada2020-09-291-1/+1
| | | | | | | Try update and extract bundled gems only when baseruby is available. It should be done only when installing from developemental build and not from the tarball, but it is not obvious to differentiate them.
* Escape `#` for GNU make 3Nobuyoshi Nakada2020-07-051-1/+1
|
* Skip comment and empty lines in gems/bundled_gems fileNobuyoshi Nakada2020-07-051-1/+1
|
* Removed duplicate targetNobuyoshi Nakada2020-06-251-1/+1
| | | | | | | While `spec/bundler` and `spec/bundler/` are treated different targets by GNU make 4, the same target by GNU make 3. The latter target, ending with a slash, was to run `test-bundler-parallel`, instead of `spec/bundler/%`.
* Run spec/bundler without a sub-makeNobuyoshi Nakada2020-06-101-2/+2
|
* spec/bundler must not be run by mspecNobuyoshi Nakada2020-06-101-0/+3
|
* Removed + token from single test runner recipes [ci skip]Nobuyoshi Nakada2020-06-091-3/+3
| | | | These test runners do not deal with `-n` make flag.
* Defaulted benchmark output to markdown with comarisonNobuyoshi Nakada2020-06-081-1/+1
|
* Run tests in more parallelNobuyoshi Nakada2020-06-061-0/+3
|
* Aligned test-bundler-parallel at the end of the test orderNobuyoshi Nakada2020-06-051-1/+1
|
* Pass MAKE value to configure for non-default name caseNobuyoshi Nakada2020-05-111-0/+1
| | | | GNU make does not export it by default.
* Added tooldir variableNobuyoshi Nakada2020-04-051-2/+2
|
* Ensure the cache directory to be shared existsNobuyoshi Nakada2020-04-021-1/+1
|
* Share download cache with bundlerNobuyoshi Nakada2020-03-311-0/+6
|
* Deal with bundled gems by BASERUBYNobuyoshi Nakada2020-03-281-1/+1
| | | | | | As the currently released/snapshot tarballs should contain the bundled gems extracted already, RUNRUBY is not required when building from them with GNU make.
* Update and extract for each gemNobuyoshi Nakada2020-03-131-3/+27
|
* `update-gems` should wait for `update-bundled_gems`Nobuyoshi Nakada2020-03-131-5/+2
|
* Add prepare-gems to download and extract bundled gemsNobuyoshi Nakada2020-03-121-5/+4
|
* config.status should be newer than config.cache if existsNobuyoshi Nakada2020-01-081-0/+2
|
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
| | | | Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec.
* Prefer $(CHDIR) for the case srcdir contains symlinksNobuyoshi Nakada2019-12-101-1/+1
|
* Suppress git error messageKazuhiro NISHIYAMA2019-11-231-1/+1
| | | | `fatal: not a git repository (or any of the parent directories): .git`
* Fixed for old gitNobuyoshi Nakada2019-11-211-2/+2
|
* Skip updating revision.h when the revision is unchangedNobuyoshi Nakada2019-11-211-0/+4
| | | | note: GNU make only.
* Added refresh-gemsNobuyoshi Nakada2019-10-241-1/+8
| | | | Refreshes bundled gems to the latest version, and extracts them.
* Added the target to run a benchmarkNobuyoshi Nakada2019-09-201-0/+6
|
* Fixed a variable in checkout-github-%Nobuyoshi Nakada2019-09-201-1/+1
|
* Use target-specific variable instead of a conditional [ci skip]Nobuyoshi Nakada2019-09-091-6/+1
| | | | And test-rubyspec is deprecated.
* Moved INCFLAGS to XCFLAGS from CPPFLAGS as well as mswinNobuyoshi Nakada2019-08-261-1/+1
| | | | Rules which have used CPPFLAGS will need XCFLAGS or INCFLAGS now.
* Added in-srcdir macro [ci skip]Nobuyoshi Nakada2019-08-261-1/+3
|
* exit accepts true and false [ci skip]Nobuyoshi Nakada2019-08-161-1/+1
|
* Use GNU make built-in funtion [ci skip]Nobuyoshi Nakada2019-08-161-2/+2
|
* Also clean up branch for worktreeTakashi Kokubun2019-08-161-1/+2
|
* Clean up temporary git resourcesTakashi Kokubun2019-08-161-1/+3
| | | | after `make update-github`
* Improve `make update-github` to avoid configureTakashi Kokubun2019-08-161-5/+8
| | | | after doing it once.
* Make `make update-github` idempotentTakashi Kokubun2019-08-161-1/+1
|
* Fix crash on $(PULL_REQUEST) expansionTakashi Kokubun2019-08-161-3/+6
| | | | | by directly passing it to Ruby without passing a shell. Formerly it was broken when $(PULL_REQUEST) included quotes.
* Prepare to pull commits notes [ci skip]Nobuyoshi Nakada2019-08-151-0/+2
|
* Simplified GITHUB_TOKEN argument [ci skip]Nobuyoshi Nakada2019-08-151-4/+1
|
* Add `make update-github PR=1234` to refresh PR (#2368)Takashi Kokubun2019-08-151-0/+15
|
* Drop obsoleted `make merge-github` taskTakashi Kokubun2019-08-141-15/+0
|
* spec/bundler needs the specific command [ci skip]Nobuyoshi Nakada2019-08-131-0/+3
|
* Stop rewriting message to include PR URLNobuyoshi Nakada2019-08-131-3/+0
|
* Use rev-parseNobuyoshi Nakada2019-08-121-1/+1
| | | | Use simpler rev-parse to check if pull request was fetched.
* Note the reference to the pull request [ci skip]Nobuyoshi Nakada2019-08-111-0/+1
|
* Use already fetched pull request [ci skip]Nobuyoshi Nakada2019-08-111-1/+4
|
* prereq.status deals with removal of nmake VPATH notations [ci skip]Nobuyoshi Nakada2019-08-111-2/+1
|
* Remove temporary directory [ci skip]Nobuyoshi Nakada2019-08-081-0/+1
|