From baa62b742c00e47d1f44a205e935ab33e0d302aa Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 1 Aug 2019 12:57:10 +0100 Subject: Typo in previous commit corrected After making the previous commit, I noticed an extra line (redundantly defining a wrong `BASH_ENV') that should have been deleted. It has been corrected. --- .file-metadata | Bin 6402 -> 6402 bytes reproduce/software/make/basic.mk | 1 - 2 files changed, 1 deletion(-) diff --git a/.file-metadata b/.file-metadata index 3f5e3ef..585574b 100644 Binary files a/.file-metadata and b/.file-metadata differ diff --git a/reproduce/software/make/basic.mk b/reproduce/software/make/basic.mk index d1c9fa1..53dbfa9 100644 --- a/reproduce/software/make/basic.mk +++ b/reproduce/software/make/basic.mk @@ -54,7 +54,6 @@ syspath := $(PATH) # and libraries, not the host's. export CCACHE_DISABLE := 1 export PATH := $(ibdir):$(PATH) -export BASH_ENV = $(BDIR)/.bashrc export PKG_CONFIG_PATH := $(ildir)/pkgconfig export PKG_CONFIG_LIBDIR := $(ildir)/pkgconfig export CPPFLAGS := -I$(idir)/include $(CPPFLAGS) -- cgit v1.2.1