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

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

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 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.go/Makefile ('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.in
diff --git a/gdb/testsuite/gdb.pascal/Makefile.in b/gdb/testsuite/gdb.go/Makefile.in
similarity index 68%
copy from gdb/testsuite/gdb.pascal/Makefile.in
copy to gdb/testsuite/gdb.go/Makefile.in
index 0427a8f339424d472c1d043f98cfaaef70890627..6a1a89531f8ee5e5cd1c2dafad70b6a0086d818d 100644
--- a/gdb/testsuite/gdb.pascal/Makefile.in
+++ b/gdb/testsuite/gdb.go/Makefile.in
@@ -1,9 +1,9 @@
VPATH = @srcdir@
srcdir = @srcdir@
-EXECUTABLES = hello/hello
-
-MISCELLANEOUS =
+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 $@..."
@@ -11,14 +11,11 @@ all info install-info dvi install uninstall installcheck check:
clean mostlyclean:
-find . -name '*.o' -print | xargs rm -f
-find . -name '*.ali' -print | xargs rm -f
- -find . -name 'b~*.ad[sb]' -print | xargs rm -f
- -rm -f *~ a.out xgdb *.x *.ci *.tmp
- -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
+ -rm -f *~ a.out
+ -rm -f *.dwo *.dwp
-rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
- -rm -f $(MISCELLANEOUS) twice-tmp.c
distclean maintainer-clean realclean: clean
- -rm -f *~ core
-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.go/Makefile ('k') | gdb/testsuite/gdb.go/basic-types.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698