Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-29Fix some codespell warningsKir Kolyshkin
2021-09-03build: respect $PKG_CONFIG settingsMike Frysinger
2021-09-03tools.mk: Use Python 3 by defaultRadostin Stoyanov
2020-03-27make: use cflags/ldflags for config.h detection mechanismNicolas Viennot
2020-02-04build/nmk: Provide proper SUBARCHDmitry Safonov
2020-02-04build/nmk: Remove SRCARCHDmitry Safonov
2019-09-07make: Use asciidoctor by defaultRadostin Stoyanov
2019-04-21tools.mk: Define CC if not set to 'default'Radostin Stoyanov
2019-04-21tools.mk: support override CC/LD command lineZhang Ning
2019-04-21Documentation: Allow to use asciidoctor for formatting man pagesTakashi Iwai
2019-04-21Documentation: Remove unused a2x checkTakashi Iwai
2018-10-30nmk: Make collect-deps to be more precise about targetsCyrill Gorcunov
2018-10-30nmk: Add obj and lib deps gathering via helpersCyrill Gorcunov
2018-10-30nmk: Add collect-target-deps helperCyrill Gorcunov
2018-10-30nmk: Add collect-hostprogs-deps helperCyrill Gorcunov
2018-10-30nmk: Align continuationsCyrill Gorcunov
2018-10-30nmk: Drop unneeded ld_flagsCyrill Gorcunov
2018-10-30nmk: Gather reserved vars on top of buildCyrill Gorcunov
2018-10-30nmk: Filter out already seen targets from collect-depsCyrill Gorcunov
2018-10-30nmk: Don't include deps on mrproperCyrill Gorcunov
2018-07-09Makefiles: auto-detect python version - prefer python2Adrian Reber
2018-05-12nmk: Don't redefine MAKEFLAGSDmitry Safonov
2017-11-23build: nmk -- Move phony targets to include.mkCyrill Gorcunov
2017-11-23build: nmk -- Add .FORCE targetCyrill Gorcunov
2017-06-14nmk: Provide try-asm build check functionDmitry Safonov
2017-05-10build/nmk: rename arm64 => aarch64Dmitry Safonov
2017-04-02compel: no -r for ARM ldflagsKir Kolyshkin
2017-04-02nmk: do not sort lib-y objectsKir Kolyshkin
2017-03-15Makefiles: remove @trueKir Kolyshkin
2017-03-15Makefile: Introduce per-file CFLAGS removal.Andrey Ryabinin
2017-03-06nmk: return --no-print-directoryKir Kolyshkin
2017-03-02nmk: clean gcov files, tooKir Kolyshkin
2017-02-03nmk: recompile/regenerate on Makefile changesDmitry Safonov
2016-12-21build: nmk -- Filter out -Wl flags from linking builtin targetsCyrill Gorcunov
2016-11-03build system: make CC/LD derive from HOSTCC/HOSTLDKir Kolyshkin
2016-10-10nmk: built.mk -- Add missing spaceCyrill Gorcunov
2016-10-05nmk/script: rm bad codeKir Kolyshkin
2016-08-11build/nmk: simplify try-cc and return true/falseDmitry Safonov
2016-08-01build/nmk: declare build-as as a recursiveDmitry Safonov
2016-04-01nmk: build.mk -- Add @libso-y helperCyrill Gorcunov
2016-04-01nmk: build.mk -- Add @hostprogs-y modeCyrill Gorcunov
2016-04-01nmk: msg.mk -- Add host- messagesCyrill Gorcunov
2016-04-01nmk: build.mk -- Shrink gen-cc-rulesCyrill Gorcunov
2016-04-01nmk: build.mk -- Drop any-match ruleCyrill Gorcunov
2016-04-01nmk: build.mk -- Fix deps for target modeCyrill Gorcunov
2016-04-01nmk: build.mk -- Squash gen-rule-x into gen-cc-rulesCyrill Gorcunov
2016-04-01nmk: Drop rules.mkCyrill Gorcunov
2016-04-01nmk: rules.mk -- Fix AFLAGS typoCyrill Gorcunov
2016-03-25nmk: build.mk -- Fix ar rule for external libsCyrill Gorcunov
2016-03-25nmk: build.mk -- Make process depend on Makefile itselfCyrill Gorcunov