GNU make
The GNU make command with extensive documentation.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:zSystems/make && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
make-4.4.1.tar.gz | 0002348200 2.24 MB | |
make-4.4.1.tar.gz.sig | 0000000833 833 Bytes | |
make-library-search-path.diff | 0000000576 576 Bytes | |
make.changes | 0000027959 27.3 KB | |
make.keyring | 0000014847 14.5 KB | |
make.spec | 0000002234 2.18 KB |
Revision 50 (latest revision is 52)
Dominique Leuenberger (dimstar_suse)
accepted
request 1067930
from
Andreas Schwab (Andreas_Schwab)
(revision 50)
- Update to make 4.4.1 * WARNING: Backward-incompatibility! In previous releases it was not well-defined when updates to MAKEFLAGS made inside a makefile would be visible. This release ensures they are visible immediately, even when invoking $(shell ...) functions. * New feature: Parallel builds of archives Previously it was not possible to use parallel builds with archives. It is still not possible using the built-in rules, however you can now override the built-in rules with a slightly different set of rules and use parallel builds with archive creation. * Previously target-specific variables would inherit their "export" capability from parent target-specific variables even if they were marked private. Now private parent target-specific variables have no affect. - sigpipe-fatal.patch: removed (forwarded request 1067929 from Andreas_Schwab)
Comments 0