|/
|\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
________________________________________________________________________________

2021-11-19 8108aea1 cmake: 3.22.0
2021-11-07 8a115503 cmake: 3.21.4
2021-09-21 87f452a3 cmake: 3.21.3
2021-08-26 3f538bce cmake: 3.21.2
2021-07-27 1047006a cmake: 3.21.1
2021-07-18 b5778a06 cmake: update for new env
2021-07-15 53fea662 make: update for new env
2021-07-15 58c79052 cmake: use MAJOR/MINOR/VERSION
2021-07-15 a3fb1a81 make: use VERSION
2021-07-15 5ed3a93c cmake: 3.21.0
2021-07-08 69fc1dd5 cmake: depend on openssl
2021-07-06 42b9224a cmake: remove bash completions
2021-07-01 00932550 make: use new checksum format
2021-06-30 6658fb04 cmake: 3.20.5
2020-11-25 a66f858d cmake: 3.19.1
2020-11-19 cbccf1ef cmake: 3.19.0
2020-10-08 d23e8abb cmake: 3.18.4
2020-09-30 17c81667 make: statically link
2020-09-23 3ecb9516 cmake: 3.18.3
2020-08-21 1c3cf2ab cmake: 3.18.2
2020-08-10 04d93460 cmake: Don't link against execinfo. Closes #213
2020-07-31 ceadfbfb cmake: bump to 3.18.1
2020-07-16 c065534f cmake: bump to 3.18.0
2020-05-28 dced17f1 cmake: bump to 3.17.3
2020-04-28 b805f959 cmake: bump to 3.17.2
2020-04-14 6f1bf802 cmake: bump to 3.17.1
2020-03-24 a4573a55 cmake: Fixes
2020-03-21 925e12c3 cmake: bump to 3.17.0
2020-03-14 9bb1da72 cmake: Remove unneeded configure flags
2020-03-04 00cb911d cmake: bump to 3.16.5
2020-02-14 dd95c55f cmake: clean build
2020-02-06 696613a1 cmake: bump to 3.16.4
2020-01-21 8c01495a cmake: bump to 3.16.3
2020-01-20 de5f9f2f make: bump to 4.3
2019-12-19 f0087c07 cmake: bump to 3.16.2
2019-12-10 14572c25 cmake: bump to 3.16.1
2019-11-26 b5751511 cmake: don't build tests
2019-11-26 95a398cf cmake: bump to 3.16.0
2019-11-17 d63fa1a5 cmake: use bundled libs
2019-11-17 3a36ae23 cmake: build with cmake if available
2019-10-31 a44d92ee cmake: bump to 3.15.5
2019-10-07 fbaa283c make: remove rm
2019-10-05 48dc38da make: let nls be auto detected
2019-10-03 3afe4aa6 cmake: bump to 3.15.4
2019-09-05 eeb5360e cmake: bump to 3.15.3
2019-08-21 30d46dd3 cmake: fix build
2019-08-19 232d0e09 cmake: remove docs
2019-08-18 5f9d7b72 cmake: depend on libressl?!?!?!?!?!
2019-08-14 93a5a608 cmake: bump to 3.15.2
2019-08-04 788e5eab cmake: bump to 3.15.1
2019-07-12 0f75d1de make: Disable nls.
2019-06-28 59ba718a cmake: legal
2019-06-20 553c5aed automake: re-add into tree
2019-06-19 a5435874 make: Remove patch
2019-06-19 c15f2d9a automake: Remove for now.
2019-06-19 d8f60674 automake: Move out of tree for now.
2019-06-19 0e08f719 make: add license
2019-06-19 06746e20 automake: add license
2019-06-18 2fc2bdbe make: Remove info files.
2019-06-18 b5ac280d make: Added patch for glibc.
2019-06-18 a98e0943 make: add manifest
2019-06-18 76a43ab8 make: remove guile makedep
2019-06-18 63603c67 make: add package
2019-06-02 3d462865 automake: add manifest
2019-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.