make-dfsg 4.3-4ubuntu1 source package in Ubuntu
Changelog
make-dfsg (4.3-4ubuntu1) groovy; urgency=medium * Pass --disable-posix-spawn to configure, as use of posix_spawn() causes a regression on s390x, with commands getting EPERM when writing to stdout. -- Julian Andres Klode <email address hidden> Wed, 08 Jul 2020 13:38:21 +0200
Upload details
- Uploaded by:
- Julian Andres Klode
- Uploaded to:
- Groovy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
make-dfsg_4.3.orig.tar.gz | 1.8 MiB | be4c17542578824e745f83bcd2a9ba264206187247cb6a5f5df99b0a9d1f9047 |
make-dfsg_4.3-4ubuntu1.diff.gz | 49.9 KiB | 4fbbd2f4f1722450795b655f48634f4793daa821a5e3b29598c76ccb99be0e63 |
make-dfsg_4.3-4ubuntu1.dsc | 2.1 KiB | 895bd6fad9c8de0bbb146077c21184e9d353700c28c4160888baca0823837626 |
Available diffs
- diff from 4.2.1-2 (in Debian) to 4.3-4ubuntu1 (1.8 MiB)
- diff from 4.3-4 (in Debian) to 4.3-4ubuntu1 (875 bytes)
Binary packages built by this source
- make: No summary available for make in ubuntu groovy.
No description available for make in ubuntu groovy.
- make-dbgsym: No summary available for make-dbgsym in ubuntu hirsute.
No description available for make-dbgsym in ubuntu hirsute.
- make-guile: utility for directing compilation with guile support
GNU Make is a utility which controls the generation of executables
and other target files of a program from the program's source
files. It determines automatically which pieces of a large program
need to be (re)created, and issues the commands to (re)create
them. Make can be used to organize any task in which targets (files)
are to be automatically updated based on input files whenever the
corresponding input is newer --- it is not limited to building
computer programs. Indeed, Make is a general purpose dependency
solver. This variant has built in guile support
- make-guile-dbgsym: debug symbols for make-guile