summaryrefslogtreecommitdiff
path: root/fml/Makefile
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-04-27 05:10:26 +0000
committerfukachan <fukachan>2001-04-27 05:10:26 +0000
commitd40fc6fb1ece4b1c8f000c82b6afb721e227242f (patch)
tree7188a4bddfacbe0e208830b479c745eecaff3523 /fml/Makefile
parent85cb06b187c3503568223f96598808b1a50c3930 (diff)
downloadfml8-d40fc6fb1ece4b1c8f000c82b6afb721e227242f.tar.gz
fml8-d40fc6fb1ece4b1c8f000c82b6afb721e227242f.tar.bz2
fml8-d40fc6fb1ece4b1c8f000c82b6afb721e227242f.zip
nuke obsolete rules
Diffstat (limited to 'fml/Makefile')
-rw-r--r--fml/Makefile26
1 files changed, 4 insertions, 22 deletions
diff --git a/fml/Makefile b/fml/Makefile
index 0ff1a0ee..ab0f0a42 100644
--- a/fml/Makefile
+++ b/fml/Makefile
@@ -1,3 +1,7 @@
+#
+# $FML$
+#
+
PERL = perl -w -I ../cpan/lib -I ./lib -I ./libexec
all: test
@@ -8,31 +12,9 @@ scan:
update:
@ cvs update -dAP|grep -v : || echo ''
-test: test2
-
-test1:
- @ cat w/example |\
- perl -w libexec/distribute etc/default_config.cf etc/config.cf
-
-test2:
- @ cat w/example |\
- perl -w libexec/fml.pl /var/spool/ml/elena
-
-test3:
- @ echo '-- test in the case where Socket6 fail'
- @ cat w/example |\
- /usr/pkg/bin/perl -w libexec/fml.pl /var/spool/ml/elena
-
check:
@ for x in `find lib* -type f -print|grep pm|grep -v CPAN` ; do $(PERL) -c $$x || echo '' ;done
@ for x in libexec/loader ; do $(PERL) -c $$x || echo '' ;done
clean:
@ find . |grep '~' |perl -nple unlink
-
-link:
- rm -f FML MailingList IO
- ln -s lib/fml5/FML .
- ln -s lib/fml5/MailingList .
- ln -s lib/fml5/IO .
- (cd libexec; ln -s loader fml.pl)