]> Cypherpunks repositories - gostls13.git/commitdiff
Housekeeping: Cleaning up the clean-up process.
authorLucio De Re <lucio.dere@gmail.com>
Sun, 11 Dec 2011 17:23:17 +0000 (09:23 -0800)
committerRob Pike <r@golang.org>
Sun, 11 Dec 2011 17:23:17 +0000 (09:23 -0800)
src/clean.bash:
        Add clean-ups for previously overlooked directories.
doc/codelab/wiki/Makefile:
        Dropped "index.html" from CLEANFILES so it will not be
        deleted on cleaning.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5476050

doc/codelab/wiki/Makefile
src/clean.bash

index 32dc1a1c29bfa815fdd67c487d556c42cff850eb..55210116d900d6145665bf63817e4d7feab291ed 100644 (file)
@@ -8,7 +8,7 @@ all: index.html
 
 include ../../../src/Make.common
 
-CLEANFILES+=index.html srcextract.bin htmlify.bin get.bin
+CLEANFILES+=srcextract.bin htmlify.bin get.bin
 
 index.html: wiki.html srcextract.bin htmlify.bin
        PATH=.:$$PATH awk '/^!/{system(substr($$0,2)); next} {print}' < wiki.html | tr -d '\r' > index.html
index 1955b583b39e633de8a8ba2f3198c3416e1a84b3..e4e2f8f55ad2ab7f0dd47264ab4335a164937f34 100755 (executable)
@@ -22,6 +22,8 @@ rm -f "$GOROOT"/lib/*.a
 for i in lib9 libbio libmach cmd pkg \
        ../misc/cgo/gmp ../misc/cgo/stdio \
        ../misc/cgo/life ../misc/cgo/test \
+       ../misc/dashboard/builder ../misc/goplay\
+       ../doc/codelab/wiki\
        ../test/bench ../test/garbage
 do
        # Do not use gomake here. It may not be available.