This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249799 - in /trunk/gotools: ChangeLog Makefile...
- From: ian at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 29 Jun 2017 16:01:39 -0000
- Subject: r249799 - in /trunk/gotools: ChangeLog Makefile...
Author: ian
Date: Thu Jun 29 16:01:38 2017
New Revision: 249799
URL: https://gcc.gnu.org/viewcvs?rev=249799&root=gcc&view=rev
Log:
* 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.
Modified:
trunk/gotools/ChangeLog
trunk/gotools/Makefile.am
trunk/gotools/Makefile.in