summaryrefslogtreecommitdiff
path: root/fml/etc/compat/fml4/Makefile
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-11-25 12:29:22 +0000
committerfukachan <fukachan>2004-11-25 12:29:22 +0000
commitfa4fd9580a9b791218e327770ce99f4b59a464b2 (patch)
tree23e0c482c592a17e022b553fad356c971dba4f98 /fml/etc/compat/fml4/Makefile
parenteb94482e1eb41e9e41f204c27d29aeda8eb5ca0a (diff)
downloadfml8-snap-20041125.tar.gz
fml8-snap-20041125.tar.bz2
fml8-snap-20041125.zip
utility for compatibilitysnap-20041125
Diffstat (limited to 'fml/etc/compat/fml4/Makefile')
-rw-r--r--fml/etc/compat/fml4/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/fml/etc/compat/fml4/Makefile b/fml/etc/compat/fml4/Makefile
new file mode 100644
index 00000000..56d19374
--- /dev/null
+++ b/fml/etc/compat/fml4/Makefile
@@ -0,0 +1,17 @@
+#
+# $FML$
+#
+
+PERL = perl
+
+BASE_DIR = ../../../../gnu/dist/fml4/cf
+
+TMP = ./tmp.new
+
+TEMPLATE = cf.recommended
+
+CONFIGURE = $(PERL) $(BASE_DIR)/config
+
+default_config.ph: $(BASE_DIR)/config $(BASE_DIR)/MANIFEST $(TEMPLATE)
+ $(CONFIGURE) -m $(BASE_DIR)/MANIFEST $(TEMPLATE) > $(TMP)
+ mv $(TMP) default_config.ph