Updated toplevel Makefile to avoid created unnecessary temporary

directories when they are not wanted/required.
This commit is contained in:
Jesse Smith
2018-06-03 20:14:01 -03:00
parent 108b31e284
commit 2d6d2bc0d3
3 changed files with 5 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
#
CPPFLAGS =
CFLAGS ?= -ansi -O2 -fomit-frame-pointer -fstack-protector-strong
CFLAGS ?= -ansi -O2 -fomit-frame-pointer -fstack-protector-strong
override CFLAGS += -W -Wall -Wunreachable-code -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_XOPEN_SOURCE -D_GNU_SOURCE
override CFLAGS += $(shell getconf LFS_CFLAGS)
STATIC =