Whamcloud - gitweb
Branch HEAD
authorrobert.read <robert.read>
Tue, 15 Sep 2009 19:34:20 +0000 (19:34 +0000)
committerrobert.read <robert.read>
Tue, 15 Sep 2009 19:34:20 +0000 (19:34 +0000)
b=20550
i=adilger (patch from Brian)
i=wangyb
i=yangsheng

This patch fixes the problem of make dist not creating a tree_status when
the tree it's being run in is not from an cvs checkout.

lustre/scripts/Makefile.am

index 8eebb58..4904457 100644 (file)
@@ -57,4 +57,4 @@ $(genscripts): %: %.in
        chmod +x $@
 
 tree_status.pl: version_tag.pl
-       ln version_tag.pl tree_status.pl
+       ln -f version_tag.pl tree_status.pl