File: clean.patch

package info (click to toggle)
postgis 3.6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 74,932 kB
  • sloc: ansic: 163,470; sql: 96,119; xml: 54,359; cpp: 12,646; perl: 5,875; sh: 5,415; makefile: 3,507; python: 1,207; yacc: 447; lex: 151; pascal: 58
file content (14 lines) | stat: -rw-r--r-- 402 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Remove generated files in clean target.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: https://trac.osgeo.org/postgis/ticket/6019

--- a/postgis/Makefile.in
+++ b/postgis/Makefile.in
@@ -268,6 +268,7 @@ uninstall_legacy.sql: legacy.sql ../util
 distclean: clean
 	rm -f Makefile
 	rm -f sqldefines.h
+	if [ -e "cunit/Makefile" ]; then make -C cunit distclean; fi
 
 check-unit: