summaryrefslogtreecommitdiffstats
path: root/debian/patches/libgo-cleanfiles.diff
blob: 57fcf8653d648bf32b3136a384f2f49c7377b915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- a/src/libgo/Makefile.am
+++ b/src/libgo/Makefile.am
@@ -1364,7 +1364,9 @@ mostlyclean-local:
 	find . -name '*-testsum' -print | xargs rm -f
 	find . -name '*-testlog' -print | xargs rm -f
 
-CLEANFILES = *.go *.c s-* libgo.sum libgo.log runtime.inc
+CLEANFILES = *.go *.c s-* libgo.sum libgo.log runtime.inc \
+	*.dep */*.dep */*/*.dep */*/*/*.dep */*/*.dep */*/*/*/*.dep \
+	*/*/*/*/*/*.dep
 
 clean-local:
 	find . -name '*.la' -print | xargs $(LIBTOOL) --mode=clean rm -f
--- a/src/libgo/Makefile.in
+++ b/src/libgo/Makefile.in
@@ -1205,7 +1205,9 @@ MOSTLYCLEANFILES = \
 	libcalls-list \
 	runtime.inc runtime.inc.tmp2 runtime.inc.tmp3 runtime.inc.raw
 
-CLEANFILES = *.go *.c s-* libgo.sum libgo.log runtime.inc
+CLEANFILES = *.go *.c s-* libgo.sum libgo.log runtime.inc \
+	*.dep */*.dep */*/*.dep */*/*/*.dep */*/*.dep */*/*/*/*.dep \
+	*/*/*/*/*/*.dep
 MULTISRCTOP = 
 MULTIBUILDTOP = 
 MULTIDIRS =