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

14 Commits

Author SHA1 Message Date
Alexander Medvednikov
d7a418fbb5 pref: no-skip-unused 2023-03-06 14:13:29 +01:00
Delyan Angelov
a8102f14be
make: use git clone --filter=blob:none for vc/ and thirdparty/tcc/ , which minimises the amount of transferred data (especially for doing v up after a few weeks/months) 2023-02-02 18:33:51 +02:00
Brian Callahan
85b4af5440
make: add OpenBSD detection to GNUmakefile (#16760) 2022-12-25 09:55:41 +02:00
Roy Ivy III
a07f77ac52
make: add 'rebuild' target (clean and reset sub-repos, then rebuild V) (#16357) 2022-11-08 17:51:29 +03:00
Haren S
bc06866b20
make: add clock_gettime on macOS < 10.12 (fix #6605) (#15611) 2022-08-31 11:03:25 +03:00
Davide Beatrici
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
spaceface
4ed9780b80
all: enable -gc boehm by default (#14577) 2022-06-09 00:44:29 +03:00
Delyan Angelov
aed2d0caf2
make files: add a make check target, that runs v test-all locally 2022-05-01 13:38:30 +03:00
Delyan Angelov
31b28af179
bootstrap: remove -I ./thirdparty/stdatomic/nix from make files (#14111) 2022-04-21 00:12:50 +03:00
Delyan Angelov
1c5eb7ccdc
ci: do not use pushd/popd in GNUmakefile 2022-01-18 17:42:29 +02:00
Delyan Angelov
6dfa11e2f7
make: improve diagnostic messages when the prebuilt tcc executable does not work/is missing 2022-01-18 17:36:05 +02:00
Delyan Angelov
d31c9250d3 ci: further makefile bootstrapping fixes 2021-09-28 11:38:33 +03:00
Delyan Angelov
858161bbc4
ci: fix makefiles 2021-09-28 11:02:05 +03:00
Paul Dardeau
0115a51de4
makefiles: rename as requested in issues tracker (#11380) 2021-09-04 14:32:42 +03:00