diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-11 17:00:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-11 17:00:39 +0100 |
commit | 5de4c2949b50992dd7c5063835301e5ff18e66cb (patch) | |
tree | ba5ee2fa165c196305264d4cd9dae7f70a5a081a /GNUmakefile | |
parent | 83270395db5c6e016076f0ea593594b057778e05 (diff) |
make iproute compilable on FreeBSD host
make an extra linux-headers dir in STAGING_DIR for special
cases, where host gcc is used, but kernel headers from Linux
are needed. Move GNU make specific export to GNUMakefile.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 45bcb8e52..5d2279a17 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,6 +4,9 @@ TOPDIR:= $(shell pwd) PWD:= ${TOPDIR} +ADKVERSION= 0.1.0 +export ADKVERSION + ifneq (${package},) subdir:= package/${package} _subdir_dep:= ${TOPDIR}/.cfg/ADK_HAVE_DOT_CONFIG |