File: realclean

package info (click to toggle)
samhain 4.1.4-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,720 kB
  • sloc: ansic: 84,043; sh: 15,320; asm: 5,756; makefile: 1,612; perl: 1,231
file content (23 lines) | stat: -rw-r--r-- 769 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
22
23
Description: Really clean the sources
 Really clean all the files that might be automatically 
 generated from the sources when calling 'distclean'.

 Without these patch some files are leftovers and GIT can be 
 confused thinking they are new files that need to be added to the
 VCS.
Author: Javier Fernández-Sanguino Peña <jfs@debian.org>
Forwarded: not-needed
Last-Update: 2024-10-05


--- a/Makefile.in
+++ b/Makefile.in
@@ -389,7 +389,7 @@
 	test_dnmalloc 
 
 distclean:  clean
-	-rm -f config.status config.log configure.lineno config.h config.cache
+	-rm -f config.status config.log configure.lineno config.h config.cache stamp-dep stamp-h
 	@-test -z "$(TESTCLEANFILES)" || rm -f $(TESTCLEANFILES)
 	@-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)