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:
3376573
)
Build - Fixed not using GZBIN in kernel makefile
author
John Hodge
<
[email protected]
>
Sat, 3 Dec 2011 03:47:33 +0000
(11:47 +0800)
committer
John Hodge
<
[email protected]
>
Sat, 3 Dec 2011 03:47:33 +0000
(11:47 +0800)
Kernel/Makefile
patch
|
blob
|
history
diff --git
a/Kernel/Makefile
b/Kernel/Makefile
index
2b2d96f
..
96626e1
100644
(file)
--- a/
Kernel/Makefile
+++ b/
Kernel/Makefile
@@
-84,9
+84,9
@@
clean:
install: $(BIN)
cp $(BIN) $(BIN)_
$(STRIP) $(BIN)_
- gzip -c $(BIN)_ >
../Acess2.$(ARCH).gz
+ gzip -c $(BIN)_ >
$(GZBIN)
$(RM) $(BIN)_
- $(xCP)
../Acess2.$(ARCH).gz
$(DISTROOT)
+ $(xCP)
$(GZBIN)
$(DISTROOT)
apidoc:
doxygen Doxyfile.api
UCC
git Repository :: git.ucc.asn.au