make-dfsg 4.2.1-ok1 source package in openKylin
Changelog
make-dfsg (4.2.1-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
make-dfsg (4.2.1-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | devel |
File | Size | SHA-256 Checksum |
---|---|---|
make-dfsg_4.2.1.orig.tar.gz | 1.4 MiB | 0c155a967641e78fbb2dd5c166ae29e9b487813d91d9acde385f899f8cb22c58 |
make-dfsg_4.2.1-ok1.debian.tar.xz | 20.3 KiB | 162103dab542dffbbc9a73017f39909627fbb2dbc9976586d85e714279040a9d |
make-dfsg_4.2.1-ok1.dsc | 1.8 KiB | cffb9c9b20101e1a9eab392e38fcd94a47bb2d6f128edec30cb9b40d0ae8f18b |
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.
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