make-dfsg 4.4.1-ok1 source package in openKylin
Changelog
make-dfsg (4.4.1-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Sun, 31 May 2026 06:43:48 -0700
make-dfsg (4.4.1-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Sun, 31 May 2026 06:43:48 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | devel |
| File | Size | SHA-256 Checksum |
|---|---|---|
| make-dfsg_4.4.1.orig.tar.xz | 1.1 MiB | 3b16b00ea1079af9f8096bbc71ff7cc00c249fc6a862003da3c42308a0adb0fe |
| make-dfsg_4.4.1-ok1.debian.tar.xz | 27.5 KiB | 85c5cb7f18c1b5f749aa93f19ae5204cf60a2a73484107a18b62cf4a9789672d |
| make-dfsg_4.4.1-ok1.dsc | 1.8 KiB | 567089d3f8e761aa44f28f1be63b229b23b11f4e3a3665a469ba522fa3ed0b56 |
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.