summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-07 05:56:58 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-07 05:56:58 +0100
commit2214d6884030ad12fa6db98af92bbb53ea04b56c (patch)
tree548f243820244e5078959c9604fceb21d1a9893e /Rules.mak
parent67849b572926420c8808782f3f02a37fc07215ed (diff)
add default DESTDIR
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rules.mak b/Rules.mak
index 39ed7e3..e987a60 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -65,6 +65,8 @@ TAR = tar
SED = sed
AWK = awk
+DESTDIR ?= /usr/lib/uclibc-ng-test
+
STRIP_FLAGS ?= -x -R .note -R .comment
# Select the compiler needed to build binaries for your development system