Build - Fixed not using GZBIN in kernel makefile
authorJohn Hodge <[email protected]>
Sat, 3 Dec 2011 03:47:33 +0000 (11:47 +0800)
committerJohn Hodge <[email protected]>
Sat, 3 Dec 2011 03:47:33 +0000 (11:47 +0800)
Kernel/Makefile

index 2b2d96f..96626e1 100644 (file)
@@ -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