re PR go/81548 ("make distclean" does not clean all of gotools/)
PR go/81548 * Makefile.am (MOSTLYCLEANFILES): Add *.sent. * Makefile.in: Rebuild. From-SVN: r250593
This commit is contained in:
committed by
Ian Lance Taylor
parent
b29d759125
commit
63c0f54325
@@ -1,3 +1,9 @@
|
|||||||
|
2017-07-26 Ian Lance Taylor <iant@golang.org>
|
||||||
|
|
||||||
|
PR go/81548
|
||||||
|
* Makefile.am (MOSTLYCLEANFILES): Add *.sent.
|
||||||
|
* Makefile.in: Rebuild.
|
||||||
|
|
||||||
2017-07-15 Ian Lance Taylor <iant@golang.org>
|
2017-07-15 Ian Lance Taylor <iant@golang.org>
|
||||||
|
|
||||||
* Makefile.am (CHECK_ENV): Set GOROOT.
|
* Makefile.am (CHECK_ENV): Set GOROOT.
|
||||||
|
|||||||
+1
-1
@@ -109,7 +109,7 @@ s-zdefaultcc: Makefile
|
|||||||
|
|
||||||
MOSTLYCLEANFILES = \
|
MOSTLYCLEANFILES = \
|
||||||
zdefaultcc.go s-zdefaultcc \
|
zdefaultcc.go s-zdefaultcc \
|
||||||
check-gccgo gotools.head *-testlog gotools.sum gotools.log
|
check-gccgo gotools.head *-testlog gotools.sum gotools.log *.sent
|
||||||
|
|
||||||
mostlyclean-local:
|
mostlyclean-local:
|
||||||
rm -rf check-go-dir check-runtime-dir cgo-test-dir carchive-test-dir
|
rm -rf check-go-dir check-runtime-dir cgo-test-dir carchive-test-dir
|
||||||
|
|||||||
+1
-1
@@ -316,7 +316,7 @@ GCC_INSTALL_NAME := $(shell echo gcc|sed '$(program_transform_name)')
|
|||||||
GXX_INSTALL_NAME := $(shell echo g++|sed '$(program_transform_name)')
|
GXX_INSTALL_NAME := $(shell echo g++|sed '$(program_transform_name)')
|
||||||
MOSTLYCLEANFILES = \
|
MOSTLYCLEANFILES = \
|
||||||
zdefaultcc.go s-zdefaultcc \
|
zdefaultcc.go s-zdefaultcc \
|
||||||
check-gccgo gotools.head *-testlog gotools.sum gotools.log
|
check-gccgo gotools.head *-testlog gotools.sum gotools.log *.sent
|
||||||
|
|
||||||
|
|
||||||
# For a native build we build the programs using the newly built libgo
|
# For a native build we build the programs using the newly built libgo
|
||||||
|
|||||||
Reference in New Issue
Block a user