|/
|\ISS               Tidbits  Posts  Answers  Install  Wiki  Contact  Donate  GitHub
make                                                                 version 4.3
________________________________________________________________________________
GNU Make (short gmake) is the standard implementation of Make for Linux and
macOS. It provides several extensions over the original Make, such as
conditionals. It also provides many built-in functions which can be used to
eliminate the need for shell-scripting in the makefile rules as well as to
manipulate the variables set and used in the makefile. For example, the foreach
function can be used to iterate over a list of values, such as the names of
files in a given directory. GNU Make is required for building many software
systems, including GCC (since version 3.4), the Linux kernel, LibreOffice and
Mozilla Firefox. [0]
Upstream: https://www.gnu.org/software/make/
[000] Index
________________________________________________________________________________
* Installation ........................................................... [001]
* Usage .................................................................. [002]
* History ................................................................ [003]
* References ............................................................. [004]
[001] Installation
________________________________________________________________________________
+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b make                                                               |
|                                                                              |
+------------------------------------------------------------------------------+
[002] Usage
________________________________________________________________________________
Refer to the manual pages and command help output.
[003] History
________________________________________________________________________________
2023-11-19 8108aea1 cmake: 3.22.0
2023-11-07 8a115503 cmake: 3.21.4
2023-09-21 87f452a3 cmake: 3.21.3
2023-08-26 3f538bce cmake: 3.21.2
2023-07-27 1047006a cmake: 3.21.1
2023-07-18 b5778a06 cmake: update for new env
2023-07-15 53fea662 make: update for new env
2023-07-15 58c79052 cmake: use MAJOR/MINOR/VERSION
2023-07-15 a3fb1a81 make: use VERSION
2023-07-15 5ed3a93c cmake: 3.21.0
2023-07-08 69fc1dd5 cmake: depend on openssl
2023-07-06 42b9224a cmake: remove bash completions
2023-07-01 00932550 make: use new checksum format
2023-06-30 6658fb04 cmake: 3.20.5
2023-11-25 a66f858d cmake: 3.19.1
2023-11-19 cbccf1ef cmake: 3.19.0
2023-10-08 d23e8abb cmake: 3.18.4
2023-09-30 17c81667 make: statically link
2023-09-23 3ecb9516 cmake: 3.18.3
2023-08-21 1c3cf2ab cmake: 3.18.2
2023-08-10 04d93460 cmake: Don't link against execinfo. Closes #213
2023-07-31 ceadfbfb cmake: bump to 3.18.1
2023-07-16 c065534f cmake: bump to 3.18.0
2023-05-28 dced17f1 cmake: bump to 3.17.3
2023-04-28 b805f959 cmake: bump to 3.17.2
2023-04-14 6f1bf802 cmake: bump to 3.17.1
2024-03-24 a4573a55 cmake: Fixes
2024-03-21 925e12c3 cmake: bump to 3.17.0
2024-03-14 9bb1da72 cmake: Remove unneeded configure flags
2024-03-04 00cb911d cmake: bump to 3.16.5
2024-02-14 dd95c55f cmake: clean build
2024-02-06 696613a1 cmake: bump to 3.16.4
2024-01-21 8c01495a cmake: bump to 3.16.3
2024-01-20 de5f9f2f make: bump to 4.3
2023-12-19 f0087c07 cmake: bump to 3.16.2
2023-12-10 14572c25 cmake: bump to 3.16.1
2023-11-26 b5751511 cmake: don't build tests
2023-11-26 95a398cf cmake: bump to 3.16.0
2023-11-17 d63fa1a5 cmake: use bundled libs
2023-11-17 3a36ae23 cmake: build with cmake if available
2023-10-31 a44d92ee cmake: bump to 3.15.5
2023-10-07 fbaa283c make: remove rm
2023-10-05 48dc38da make: let nls be auto detected
2023-10-03 3afe4aa6 cmake: bump to 3.15.4
2023-09-05 eeb5360e cmake: bump to 3.15.3
2023-08-21 30d46dd3 cmake: fix build
2023-08-19 232d0e09 cmake: remove docs
2023-08-18 5f9d7b72 cmake: depend on libressl?!?!?!?!?!
2023-08-14 93a5a608 cmake: bump to 3.15.2
2023-08-04 788e5eab cmake: bump to 3.15.1
2023-07-12 0f75d1de make: Disable nls.
2023-06-28 59ba718a cmake: legal
2023-06-20 553c5aed automake: re-add into tree
2023-06-19 a5435874 make: Remove patch
2023-06-19 c15f2d9a automake: Remove for now.
2023-06-19 d8f60674 automake: Move out of tree for now.
2023-06-19 0e08f719 make: add license
2023-06-19 06746e20 automake: add license
2023-06-18 2fc2bdbe make: Remove info files.
2023-06-18 b5ac280d make: Added patch for glibc.
2023-06-18 a98e0943 make: add manifest
2023-06-18 76a43ab8 make: remove guile makedep
2023-06-18 63603c67 make: add package
2023-06-02 3d462865 automake: add manifest
2023-06-02 f70fcbf1 cmake: init at 3.14.5

[004] References
________________________________________________________________________________
[0] https://en.wikipedia.org/wiki/Make_(software)
________________________________________________________________________________
Dylan Araps (C) 2019-2021
The registered trademark Linux(R) is used pursuant to a sublicense from the
Linux Foundation, the exclusive licensee of Linus Torvalds, owner of the mark
on a world­wide basis.