From bb4c655c11701c7dfb518c2e87301bc6a28bae14 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 11 Dec 2015 13:58:04 +0100 Subject: [PATCH] common/environment/install: add cross.sh and hardening.sh. You are not supposed to compile in do_install(), but some Makefile detect CFLAGS changes and then rebuild. --- common/environment/install/cross.sh | 1 + common/environment/install/hardening.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 common/environment/install/cross.sh create mode 120000 common/environment/install/hardening.sh diff --git a/common/environment/install/cross.sh b/common/environment/install/cross.sh new file mode 120000 index 00000000000..43f6c48d9c8 --- /dev/null +++ b/common/environment/install/cross.sh @@ -0,0 +1 @@ +../configure/cross.sh \ No newline at end of file diff --git a/common/environment/install/hardening.sh b/common/environment/install/hardening.sh new file mode 120000 index 00000000000..f043590b728 --- /dev/null +++ b/common/environment/install/hardening.sh @@ -0,0 +1 @@ +../configure/hardening.sh \ No newline at end of file