diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-07 05:56:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-07 05:56:58 +0100 |
commit | 2214d6884030ad12fa6db98af92bbb53ea04b56c (patch) | |
tree | 548f243820244e5078959c9604fceb21d1a9893e | |
parent | 67849b572926420c8808782f3f02a37fc07215ed (diff) |
add default DESTDIR
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |