summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Runtime_events tracing systemSadiq Jaffer2022-05-241-1/+1
* While cleaning, remove the whole DEPDIR rather than just DEPDIR/runtimeSébastien Hinderer2022-05-201-1/+1
* Fix distclena targetSébastien Hinderer2022-05-201-1/+0
* Fix GNU make warningSébastien Hinderer2022-05-121-2/+2
* Eliminate $(BOOT_FLEXLINK_CMD)David Allsopp2022-05-121-16/+8
* Refactor MKEXE and introduce MKEXE_VIA_CCDavid Allsopp2022-05-111-2/+2
* Merge runtime/Makefile in the root MakefileSébastien Hinderer2022-05-111-24/+463
* Makefile: move the install recipes to the bottomSébastien Hinderer2022-05-101-222/+222
* Makefile: gather runtime-related targetsSébastien Hinderer2022-05-101-9/+11
* Makefile: fix dependencies of ocamlyaccSébastien Hinderer2022-05-101-1/+1
* Makefile: remove wrong reference to variableSébastien Hinderer2022-05-101-2/+2
* Merge yacc/Makefile into the root MakefileSébastien Hinderer2022-05-091-7/+25
* Merge pull request #11149 from dra27/repeatable-bootstrapSébastien Hinderer2022-05-091-7/+38
|\
| * Make cmpbyt optionalDavid Allsopp2022-05-051-4/+14
| * Use fixed configuration for boot/ocamlcDavid Allsopp2022-05-051-4/+19
| * Revert "Use fixed configuration for boot/ocamlc"David Allsopp2022-05-051-6/+2
| * Use fixed configuration for boot/ocamlcDavid Allsopp2022-05-051-2/+6
| * Restrict bootstrap configurationsDavid Allsopp2022-05-051-0/+6
* | Fallback to +compiler-libs/topdirs.cmi in toplevelDavid Allsopp2022-05-051-11/+0
* | Install topdirs.cmi to a separate directoryDavid Allsopp2022-05-051-2/+7
|/
* Fix header generation of asmcomp/emit.mlDavid Allsopp2022-04-241-1/+1
* Stop calling ranlib on created / installed libraries (#11184)Sébastien Hinderer2022-04-141-2/+0
* otherlibs: Merge win32unix into unixSébastien Hinderer2022-04-101-12/+4
* Followup on #11147Sébastien Hinderer2022-03-311-1/+1
* Factorize the definition of the standard library flagsSébastien Hinderer2022-03-311-2/+2
* Build system: also factorize the inclusion of directories when calling ocamldepSébastien Hinderer2022-03-221-8/+7
* Build system: factorize the definitions related to ocamldepSébastien Hinderer2022-03-221-6/+5
* Build system: normalize the invocations of ocamldepSébastien Hinderer2022-03-221-3/+4
* Only rebuild flexlink.exe when sources changeDavid Allsopp2022-03-221-9/+15
* api_docgen: Avoid including MakefilesJules Aguillon2022-01-281-1/+0
* Remove `Stream`, `Genlex`, `Pervasives` & the legacy `bigarray` library (#10896)Nicolás Ojeda Bär2022-01-201-1/+1
* Add the distclean target to the makefiles in the testsuiteSébastien Hinderer2022-01-181-1/+1
* Add the distclean target to the makefiles under otherlibsSébastien Hinderer2022-01-181-0/+1
* Add the distclean target to lex/MakefileSébastien Hinderer2022-01-181-0/+1
* Add the distclean target to ocamldoc/MakefileSébastien Hinderer2022-01-181-0/+1
* Add the distclean target to debugger/MakefileSébastien Hinderer2022-01-181-0/+1
* Add the distclean target to yacc/MakefileSébastien Hinderer2022-01-181-0/+1
* Add a distclean target to tools/MakefileSébastien Hinderer2022-01-181-2/+1
* Add a distclean target to ocamltest/MakefileSébastien Hinderer2022-01-181-0/+1
* Introduce native-toplevel specific hooks moduleDavid Allsopp2021-10-141-0/+1
* Simplify the installation of man pagesSébastien Hinderer2021-10-201-2/+1
* Always build ocamlnatDavid Allsopp2021-10-121-4/+1
* Add --enable-native-toplevelDavid Allsopp2021-10-111-3/+6
* Always build the native toplevel librariesDavid Allsopp2021-10-111-12/+12
* Add a macro to explicitly control whether this is a dev version or notSébastien Hinderer2021-10-111-2/+2
* Move version check from tools/check-parser-uptodate-or-warn.sh to MakefileSébastien Hinderer2021-10-111-2/+9
* Let configure rather than make generate manual/src/version.texSébastien Hinderer2021-10-111-2/+6
* Transform runtime/caml/version.h into a configured headerSébastien Hinderer2021-10-081-1/+1
* Define OCaml's version in build-aux/ocaml_version.m4Sébastien Hinderer2021-10-081-1/+1
* Install Changes, LICENSE, and READMEs (#10669)Nicolás Ojeda Bär2021-10-011-0/+8