mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-20 06:20:20 +02:00
move genmkfile appendix to bottom instead of top to not break the default make target
This commit is contained in:
parent
4c00e74d45
commit
b8fa714be7
1 changed files with 16 additions and 16 deletions
32
Makefile
32
Makefile
|
@ -1,19 +1,3 @@
|
|||
## genmkfile - Makefile - version 1.5
|
||||
|
||||
## This is a copy.
|
||||
## master location:
|
||||
## https://github.com/Whonix/genmkfile/blob/master/usr/share/genmkfile/Makefile
|
||||
|
||||
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
|
||||
|
||||
CONFIG_NATIVE := true
|
||||
CONFIG_CXX_ALLOCATOR := true
|
||||
CONFIG_UBSAN := false
|
||||
|
@ -135,3 +119,19 @@ clean:
|
|||
rm -f libhardened_malloc.so $(OBJECTS)
|
||||
|
||||
.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_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