+2019-02-12 Ian Lance Taylor <iant@golang.org>
+
+ PR go/89193
+ * Makefile.am (mostlyclean-local): Avoid getting an error from
+ chmod. Remove check-vet-dir and gocache-test.
+ * Makefile.in: Regenerate.
+
2019-01-28 Uroš Bizjak <ubizjak@gmail.com>
* Makefile.in: Really regenerate.
*.sent
mostlyclean-local:
- -chmod -R u+w check-go-dir
- rm -rf check-go-dir check-runtime-dir cgo-test-dir carchive-test-dir
+ if test -d check-go-dir; then chmod -R u+w check-go-dir; fi
+ rm -rf check-go-dir check-runtime-dir cgo-test-dir carchive-test-dir \
+ check-vet-dir gocache-test
if NATIVE
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@uninstall-local:
@NATIVE_FALSE@install-exec-local:
+@NATIVE_FALSE@uninstall-local:
clean: clean-am
clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
$(STAMP) $@
mostlyclean-local:
- -chmod -R u+w check-go-dir
- rm -rf check-go-dir check-runtime-dir cgo-test-dir carchive-test-dir
+ if test -d check-go-dir; then chmod -R u+w check-go-dir; fi
+ rm -rf check-go-dir check-runtime-dir cgo-test-dir carchive-test-dir \
+ check-vet-dir gocache-test
@NATIVE_TRUE@go$(EXEEXT): $(go_cmd_go_files) $(LIBGOTOOL) $(LIBGODEP)
@NATIVE_TRUE@ $(GOLINK) $(go_cmd_go_files) $(LIBGOTOOL) $(LIBS) $(NET_LIBS)