summaryrefslogtreecommitdiff
path: root/bin/create_ace_build.pl
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-10 11:44:36 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-10 11:44:36 +0000
commita1973f4f3f972bd214b39c3898d5ab591100ba8b (patch)
treefb86e9aec3d6c796941e8fe7018a09805fa1747d /bin/create_ace_build.pl
parent9e785e079ef77d2045fcb4e2079e37cbac4893a9 (diff)
downloadATCD-a1973f4f3f972bd214b39c3898d5ab591100ba8b.tar.gz
ChangeLogTag: Fri Jun 10 06:43:25 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'bin/create_ace_build.pl')
-rwxr-xr-xbin/create_ace_build.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/create_ace_build.pl b/bin/create_ace_build.pl
index 16bd9d375cf..d184b12c2dd 100755
--- a/bin/create_ace_build.pl
+++ b/bin/create_ace_build.pl
@@ -39,6 +39,8 @@ use File::stat;
use File::Copy;
use File::Path;
+print "You should consider using clone_build_tree.pl found with MPC\n";
+
$usage = "usage: $0 -? | [-a] [-d <directory mode>] [-v] [-nompc] <build name>\n";
$directory_mode = 0777; #### Will be modified by umask, also.
$verbose = 0;