2003/02/27 06:37:23
[org.ibex.core.git] / Makefile
index d95c353..f2ce8d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ update-build:
        echo -n "Next build will be "
        cat next.build
        cvs update CHANGES
-       echo `date +%d-%b`"        ==== build $(current_build) ==============================" >> CHANGES
+       echo `date +%d-%b`" =========== build $(current_build) ================================================" >> CHANGES
        echo "" >> CHANGES
        echo committing...
        cvs commit -m 'this comment should not appear in CHANGES' next.build CHANGES
@@ -171,9 +171,9 @@ dist:
 dist-private:
        # preserve gcc across builds so we don't have to remake it
        mv gcc/Makefile Makefile.gcc
-       mkdir -p ~/dist.xwt.org-gcc
+       mkdir -p $(HOME)/dist.xwt.org-gcc
        rm -rf gcc
-       ln -s ~/dist.xwt.org-gcc gcc
+       ln -s $(HOME)/dist.xwt.org-gcc gcc
        mv Makefile.gcc gcc/Makefile
 
        # build it