summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-12-15 14:42:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-12-15 14:42:41 +0000
commit56fb922ae41072448e239fa76eb9a4994ff4ca06 (patch)
tree6055c53e00189f993b5660eb83c407cc1e91ff76 /Makefile
parent0dbfb00bcca5d560c93df23c85c5212dfc004da4 (diff)
downloadperl_checker-56fb922ae41072448e239fa76eb9a4994ff4ca06.tar
perl_checker-56fb922ae41072448e239fa76eb9a4994ff4ca06.tar.gz
perl_checker-56fb922ae41072448e239fa76eb9a4994ff4ca06.tar.bz2
perl_checker-56fb922ae41072448e239fa76eb9a4994ff4ca06.tar.xz
perl_checker-56fb922ae41072448e239fa76eb9a4994ff4ca06.zip
have a special debugging build
(esp. to disable closing pipe which disallow debugging back in time)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35d224b..eabff8b 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ MDK/Common.pm: %: %.pl
perl $< > $@
perl_checker.src/perl_checker:
- $(MAKE) -C perl_checker.src build_ml $(PERL_CHECKER_TARGET) VENDORLIB=$(VENDORLIB)
+ $(MAKE) -C perl_checker.src build_ml $(PERL_CHECKER_TARGET) VENDORLIB=$(VENDORLIB) DEBUG=0
test: perl_checker.src/perl_checker
perl_checker.src/perl_checker MDK/Common/*.pm