Minor build system housekeeping.

Details:
- Commented out redundant setting of LIBBLIS_LINK within all driver-
  level Makefiles. This variable is already set within common.mk, and
  so the only time it should be overridden is if the user wants to link
  to a different copy of libblis.
- Very minor changes to build/gen-make-frags/gen-make-frag.sh.
- Whitespace and inconsequential quoting change to configure.
- Moved top-level 'windows' directory into a new 'attic' directory.
This commit is contained in:
Field G. Van Zee
2019-05-23 12:51:17 -05:00
committed by Devrajegowda, Kiran
parent cd8e74a69f
commit fb305d0837
32 changed files with 17 additions and 157 deletions

View File

@@ -143,7 +143,7 @@ CFLAGS := $(call get-user-cflags-for,$(CONFIG_NAME))
CFLAGS += -I$(TEST_SRC_PATH)
# Locate the libblis library to which we will link.
LIBBLIS_LINK := $(LIB_PATH)/$(LIBBLIS_L)
#LIBBLIS_LINK := $(LIB_PATH)/$(LIBBLIS_L)