projects
/
people
/
teissler
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad53380
)
Fix empty system-release.
author
Arne Fitzenreiter
<Arne_F@ipfire.org>
Wed, 2 Oct 2013 14:24:24 +0000
(16:24 +0200)
committer
Arne Fitzenreiter
<Arne_F@ipfire.org>
Wed, 2 Oct 2013 14:24:24 +0000
(16:24 +0200)
tools/make-functions
patch
|
blob
|
blame
|
history
diff --git
a/tools/make-functions
b/tools/make-functions
index
3ff647c
..
48fc6d4
100644
(file)
--- a/
tools/make-functions
+++ b/
tools/make-functions
@@
-454,6
+454,7
@@
ipfiremake() {
CORE=$CORE \
CONFIG_ROOT=$CONFIG_ROOT \
NAME="$NAME" SNAME="$SNAME" SLOGAN="$SLOGAN" \
+ SYSTEM_RELEASE="$SYSTEM_RELEASE" \
CFLAGS="$C2FLAGS" CXXFLAGS="$CXX2FLAGS" \
CCACHE_DIR=/usr/src/ccache CCACHE_COMPRESS=1 \
CCACHE_COMPILERCHECK="none" \