1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
85b4af5440 make: add OpenBSD detection to GNUmakefile (#16760) 2022-12-25 09:55:41 +02:00
a07f77ac52 make: add 'rebuild' target (clean and reset sub-repos, then rebuild V) (#16357) 2022-11-08 17:51:29 +03:00
bc06866b20 make: add clock_gettime on macOS < 10.12 (fix #6605) (#15611) 2022-08-31 11:03:25 +03:00
8af87a9e98 make: rename "V" to "VEXE" in GNUmakefile, to prevent conflicts while building RPMs (#15237)
This fixes a build failure when using "%make_build" in an RPM spec file:

make: 1: No such file or directory
make: *** [GNUmakefile💯 all] Error 127
2022-07-27 21:04:29 +03:00
4ed9780b80 all: enable -gc boehm by default (#14577) 2022-06-09 00:44:29 +03:00
aed2d0caf2 make files: add a make check target, that runs v test-all locally 2022-05-01 13:38:30 +03:00
31b28af179 bootstrap: remove -I ./thirdparty/stdatomic/nix from make files (#14111) 2022-04-21 00:12:50 +03:00
1c5eb7ccdc ci: do not use pushd/popd in GNUmakefile 2022-01-18 17:42:29 +02:00
6dfa11e2f7 make: improve diagnostic messages when the prebuilt tcc executable does not work/is missing 2022-01-18 17:36:05 +02:00
d31c9250d3 ci: further makefile bootstrapping fixes 2021-09-28 11:38:33 +03:00
858161bbc4 ci: fix makefiles 2021-09-28 11:02:05 +03:00
0115a51de4 makefiles: rename as requested in issues tracker (#11380) 2021-09-04 14:32:42 +03:00