File: clean_properly.diff

package info (click to toggle)
libgtkada 18-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,348 kB
  • sloc: ada: 61,514; xml: 7,709; python: 4,310; sh: 2,822; ansic: 1,598; makefile: 240; objc: 160; perl: 70
file content (21 lines) | stat: -rw-r--r-- 591 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Author: Nicolas Boulenguez <nicolas@debian.org>
Description: Remove generated files, do not remove absent files.
 The remaining parts have been refused upstream.
Forwarded: not-needed

--- a/Makefile.in
+++ b/Makefile.in
@@ -149,12 +149,11 @@
 	cd src/generated; gnatchop -gnat05 -q -w tmp.ada
 
 clean-generic:
-	-${RM} core
 	-${RM} .\#*
 
 mostlyclean-generic: clean-generic
 	-${RM} Makefile src/config.h shared.gpr
-	-${RM} testgtk/opengl/view_gl.adb
+	-${RM} testgtk/opengl/view_gl.adb src/gtkada-intl.adb
 
 clean/%: force
 	-gprclean -r -q -XLIBRARY_TYPE=$(@F) -Psrc/tools/tools.gpr