GNU make
The GNU make command with extensive documentation.
- Developed at Base:System
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/make && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
make-4.0.tar.bz2 | 0001341927 1.28 MB | |
make-4.0.tar.bz2.sig | 0000000072 72 Bytes | |
make-library-search-path.diff | 0000000392 392 Bytes | |
make.changes | 0000013427 13.1 KB | |
make.keyring | 0000003240 3.16 KB | |
make.spec | 0000002222 2.17 KB |
Revision 30 (latest revision is 52)
Stephan Kulow (coolo)
accepted
request 213959
from
Marcus Meissner (msmeissn)
(revision 30)
- Update to 4.0 * see details in NEWS and ChangeLog files * Bugfixes, a complete list of bugs fixed in this version is available here http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=101&set=custom * WARNING: Backward-incompatibility! backslash/newline handling * New feature: GNU Guile integration * New command line option: --output-sync (-O) enables grouping of output by target or by recursive make. * New command line option: --trace enables tracing of targets. * New command line option argument: --debug now accepts a "n" (none) flag which disables all debugging settings that are currently enabled. * New feature: The "job server" capability is now supported on Windows. * New feature: The .ONESHELL capability is now supported on Windows. * New feature: "!=" shell assignment operator as an alternative to the $(shell ...) function. Implemented for compatibility with BSD makefiles. * New feature: "::=" simple assignment operator as defined by POSIX in 2012. * New feature: Loadable objects * New function: $(file ...) writes to a file. * New variable: $(GNUMAKEFLAGS) will be parsed for make flags, just like MAKEFLAGS is. It can be set in the environment or the makefile, containing GNU make-specific flags to allow your makefile to be portable to other versions of make. * New variable: `MAKE_HOST' gives the name of the host architecture make was compiled for.
Comments 0