aboutsummaryrefslogtreecommitdiff
path: root/gotools/Makefile.in
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2018-09-26 12:56:09 +0000
committerRainer Orth <ro@gcc.gnu.org>2018-09-26 12:56:09 +0000
commit19071aa48cc07a78b0ccbafd8f3e8df61607be06 (patch)
tree2185b2c3ac582188650db3365b5a373b3cae782f /gotools/Makefile.in
parentce6f08888905bb217b9a4cff8a0704e240ec5c46 (diff)
downloadgcc-19071aa48cc07a78b0ccbafd8f3e8df61607be06.zip
gcc-19071aa48cc07a78b0ccbafd8f3e8df61607be06.tar.gz
gcc-19071aa48cc07a78b0ccbafd8f3e8df61607be06.tar.bz2
Ignore chmod errors during mostlyclean-local, check-go-tool
* Makefile.am (mostlyclean-local): Ignore chmod errors. (check-go-tool): Likewise. * Makefile.in: Regenerate. From-SVN: r264641
Diffstat (limited to 'gotools/Makefile.in')
-rw-r--r--gotools/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gotools/Makefile.in b/gotools/Makefile.in
index acadfc6..ce69d89 100644
--- a/gotools/Makefile.in
+++ b/gotools/Makefile.in
@@ -637,8 +637,8 @@ distclean-generic:
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-@NATIVE_FALSE@install-exec-local:
@NATIVE_FALSE@uninstall-local:
+@NATIVE_FALSE@install-exec-local:
clean: clean-am
clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
@@ -744,7 +744,7 @@ s-zdefaultcc: Makefile
$(STAMP) $@
mostlyclean-local:
- chmod -R u+w check-go-dir
+ -chmod -R u+w check-go-dir
rm -rf check-go-dir check-runtime-dir cgo-test-dir carchive-test-dir
@NATIVE_TRUE@go$(EXEEXT): $(go_cmd_go_files) $(LIBGOTOOL) $(LIBGODEP)
@@ -808,7 +808,7 @@ mostlyclean-local:
# check-go-tool runs `go test cmd/go` in our environment.
@NATIVE_TRUE@check-go-tool: go$(EXEEXT) $(noinst_PROGRAMS) check-head check-gccgo check-gcc
-@NATIVE_TRUE@ chmod -R u+w check-go-dir
+@NATIVE_TRUE@ -chmod -R u+w check-go-dir
@NATIVE_TRUE@ rm -rf check-go-dir cmd_go-testlog
@NATIVE_TRUE@ $(MKDIR_P) check-go-dir/src/cmd/go
@NATIVE_TRUE@ cp $(cmdsrcdir)/go/*.go check-go-dir/src/cmd/go/