From 60d96f2e4385f0b4cee12add6dea545880a0e6a1 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Thu, 26 Jan 2012 17:33:36 +0100 Subject: venti: import venti/conf from plan 9 R=rsc http://codereview.appspot.com/5572066 --- src/cmd/venti/srv/mkfile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/cmd/venti/srv/mkfile') diff --git a/src/cmd/venti/srv/mkfile b/src/cmd/venti/srv/mkfile index b11a461a..6a06e3e2 100644 --- a/src/cmd/venti/srv/mkfile +++ b/src/cmd/venti/srv/mkfile @@ -55,6 +55,7 @@ TARG=\ checkarenas\ checkindex\ clumpstats\ + conf\ findscore\ fixarenas\ fmtarenas\ @@ -88,3 +89,11 @@ $SLIB: $LIBOFILES acid:D: lumpcache.acid cat $prereq >$target +$O.conf:D: conf.rc + { + echo '#!/usr/local/plan9/bin/rc' + echo '# THIS FILE IS AUTOMATICALLY GENERATED' + echo '# FROM /usr/local/plan9/src/cmd/venti/srv/conf.rc. DO NOT EDIT.' + echo + sed 1d conf.rc + } >$target && chmod +x $target -- cgit v1.2.3