GNU make
http://www.gnu.org/software/make/make.html
The GNU make command with extensive documentation.
- Devel package for openSUSE:Factory
-
7
derived packages
- Links to openSUSE:Factory / make
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Base:System/make && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
make-4.3.tar.gz | 0002317073 2.21 MB | |
make-4.3.tar.gz.sig | 0000000566 566 Bytes | |
make-library-search-path.diff | 0000000576 576 Bytes | |
make-testcases_timeout.diff | 0000000489 489 Bytes | |
make.changes | 0000018849 18.4 KB | |
make.keyring | 0000009435 9.21 KB | |
make.spec | 0000002471 2.41 KB | |
test-driver.patch | 0000001217 1.19 KB |
Revision 65 (latest revision is 89)
Andreas Schwab (Andreas_Schwab)
accepted
request 765762
from
Andreas Schwab (Andreas_Schwab)
(revision 65)
- Update to make 4.3 * WARNING: Backward-incompatibility! Number signs (#) appearing inside a macro reference or function invocation no longer introduce comments and should not be escaped with backslashes * WARNING: Backward-incompatibility! Previously appending using '+=' to an empty variable would result in a value starting with a space * NOTE: Deprecated behavior. Contrary to the documentation, suffix rules with prerequisites are being treated BOTH as simple targets AND as pattern rules * New feature: Grouped explicit targets * New feature: .EXTRA_PREREQS variable * Makefiles can now specify the '-j' option in their MAKEFLAGS variable and this will cause make to enable that parallelism mode * Error messages printed when invoking non-existent commands have been cleaned up and made consistent. * A new option --no-silent has been added, that cancels the effect of the -s/--silent/--quiet flag * A new option -E has been added as a short alias for --eval * All wildcard expansion within GNU make, including $(wildcard ...), will sort the results * Performance improvements provided by Paolo Bonzini <pbonzini@redhat.com> - make-sorted-glob.patch, glob-lstat.patch, glob-interface.patch, pselect-non-blocking.patch: Removed, upstreamed
Comments 0