fi \\
)
-tflag=$(shell if [ "$$NOTAINT" != 0 ]; then printf -- "-T"; fi)
+tflag=$(shell if [ "$$NOTAINT" != 1 ]; then printf -- "-T"; fi)
extramodules=$(shell if [ "$$PROFILE" = 1 ]; then printf -- "-MDevel::Profiler"; fi)
ikiwiki.out: ikiwiki.in
will of course be enabled by default.
* camelcase: Convert to use new linkify and scan hooks rather than the old
hack.
+ * Setting NOTAINT=1 had no effect when building ikiwiki itself, fix this.
-- Josh Triplett <josh@freedesktop.org> Sun, 10 Feb 2008 13:18:58 -0800
dh_testdir
perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor
# taint checking disabled due to perl bug #411786
- $(MAKE) NOTAINT=1
+ NOTAINT=1 $(MAKE)
$(MAKE) test
touch build-stamp