File: clean_remove_const_files

package info (click to toggle)
libperlbal-xs-httpheaders-perl 0.20-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: cpp: 500; perl: 110; pascal: 69; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Clean up const-* files between builds
  const-c.inc and const-xs.inc aren't being cleaned by distclean in upstream.
Author: Jonathan Steinert <deb@hachi.kuiki.net>
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,6 +20,7 @@
     XSOPT             => '-C++',
     CCFLAGS           => '-g',
     CC                => 'g++',
+    clean             => { FILES => "const-c.inc const-xs.inc" },
 );
 if  (eval {require ExtUtils::Constant; 1}) {
   # If you edit these definitions to change the constants used by this module,