File: makefile-better-cleanup.path

package info (click to toggle)
numad 0.5%2B20150602-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 604 kB
  • sloc: ansic: 8,967; sh: 235; makefile: 172
file content (15 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: do not remove debian dir
 upstream Makefile tries to remove too much
Author: Gustavo Panizzo <gfa@zumbi.com.ar>
Last-Update: 2015-07-29
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@
 	@rm -rf html
 
 distclean: clean
-	rm -f .[^.]* */.[^.]*
+	#rm -f .[^.]* */.[^.]*
 	rm -f *~ */*~ *.orig */*.orig */*.rej *.rej 
 
 depend: .depend