]> git.ipfire.org Git - thirdparty/gcc.git/commit - gotools/Makefile.am
Makefile.am (MOSTLYCLEANFILES): Remove testing files and logs.
authorIan Lance Taylor <iant@golang.org>
Thu, 29 Jun 2017 16:01:38 +0000 (16:01 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 29 Jun 2017 16:01:38 +0000 (16:01 +0000)
commitfac877a14ab52fcf94b260112cd133aa80b349b2
treeefb34ee072bd28fe87601c63560dec0edab90481
parente5898daf4cd10d161d6f768cd31fb26e1dd60051
Makefile.am (MOSTLYCLEANFILES): Remove testing files and logs.

* Makefile.am (MOSTLYCLEANFILES): Remove testing files and logs.
(mostlyclean-local): Remove check-runtime-dir, cgo-test-dir,
carchive-test-dir.
(ECHO_ENV): Define.
(check-go-tool): Depend on cgo.  Write command to testlog.
(check-runtime): New target.
(check-cgo-test): New target.
(check-carchive-test): New target.
(check): Depend on check-runtime, check-cgo-test,
check-carchive-test.  Add @ to prettify output.
(.PHONY): Add check-runtime, check-cgo-test, check-carchive-test.
* Makefile.in: Rebuild.

From-SVN: r249799
gotools/ChangeLog
gotools/Makefile.am
gotools/Makefile.in