Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(533)

Unified Diff: gdb/testsuite/gdb.go/Makefile

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/testsuite/gdb.gdb/xfullpath.exp ('k') | gdb/testsuite/gdb.go/basic-types.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.go/Makefile
diff --git a/gdb/testsuite/gdb.go/Makefile b/gdb/testsuite/gdb.go/Makefile
deleted file mode 100644
index ef3e91a21a434feef9f54d50c0bce9f46aadf6a5..0000000000000000000000000000000000000000
--- a/gdb/testsuite/gdb.go/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-
-srcdir = .
-
-EXECUTABLES = \
- chan handcall hello integers methods package \
- strings types unsafe
-
-all info install-info dvi install uninstall installcheck check:
- @echo "Nothing to be done for $@..."
-
-clean mostlyclean:
- -find . -name '*.o' -print | xargs rm -f
- -find . -name '*.ali' -print | xargs rm -f
- -rm -f *~ a.out
- -rm -f *.dwo *.dwp
- -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
-
-distclean maintainer-clean realclean: clean
- -rm -f Makefile config.status config.log
- -rm -f *-init.exp gdb.log gdb.sum
- -rm -fr *.log summary detail *.plog *.sum *.psum site.*
« no previous file with comments | « gdb/testsuite/gdb.gdb/xfullpath.exp ('k') | gdb/testsuite/gdb.go/basic-types.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698