mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
simplify genmkfile appendix
This commit is contained in:
parent
3a27245fca
commit
131b1ebd78
1 changed files with 2 additions and 9 deletions
11
Makefile
11
Makefile
|
@ -120,18 +120,11 @@ clean:
|
|||
|
||||
.PHONY: clean tidy
|
||||
|
||||
## genmkfile - Makefile - version 1.5
|
||||
|
||||
## This is a copy.
|
||||
## master location:
|
||||
## https://github.com/Whonix/genmkfile/blob/master/usr/share/genmkfile/Makefile
|
||||
|
||||
## genmkfile
|
||||
## https://github.com/Whonix/genmkfile
|
||||
GENMKFILE_PATH := $(strip $(wildcard /usr/share/genmkfile))
|
||||
GENMKFILE_ROOT_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
|
||||
|
||||
export GENMKFILE_PATH
|
||||
export GENMKFILE_ROOT_DIR
|
||||
|
||||
-include $(GENMKFILE_PATH)/makefile-full
|
||||
|
||||
## end genmkfile
|
||||
|
|
Loading…
Add table
Reference in a new issue