git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb0d15d
)
Kernel/Makefile - Fixed error when starting a new build
author
John Hodge
<
[email protected]
>
Sat, 22 Oct 2011 07:10:17 +0000
(15:10 +0800)
committer
John Hodge
<
[email protected]
>
Sat, 22 Oct 2011 07:10:17 +0000
(15:10 +0800)
Kernel/Makefile
patch
|
blob
|
history
diff --git
a/Kernel/Makefile
b/Kernel/Makefile
index
bb76c13
..
0b79233
100644
(file)
--- a/
Kernel/Makefile
+++ b/
Kernel/Makefile
@@
-10,8
+10,8
@@
-include Makefile.BuildNum.$(ARCH)
-ifeq ($(BUILDNUM),)
-BUILDNUM = 0
+ifeq ($(BUILD
_
NUM),)
+BUILD
_
NUM = 0
endif
KERNEL_VERSION = 0.5
UCC
git Repository :: git.ucc.asn.au