From 997bc74d4eddabbd40003e367efdf40b09990979 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 1 Sep 2003 07:47:15 +0000 Subject: [PATCH] Don't make symlinks. This example is used in docs and nothing is said about symlinks there, so it can confuse users. [SVN r19893] --- examples-v2/hello/Jamfile | 3 --- v2/example/hello/Jamfile | 3 --- 2 files changed, 6 deletions(-) diff --git a/examples-v2/hello/Jamfile b/examples-v2/hello/Jamfile index d280549bb..2d46eebe8 100644 --- a/examples-v2/hello/Jamfile +++ b/examples-v2/hello/Jamfile @@ -1,5 +1,2 @@ exe hello : hello.cpp ; - -symlink hello_debug hello_release : hello/debug hello/release ; -symlink links/hello_release : hello/release ; diff --git a/v2/example/hello/Jamfile b/v2/example/hello/Jamfile index d280549bb..2d46eebe8 100644 --- a/v2/example/hello/Jamfile +++ b/v2/example/hello/Jamfile @@ -1,5 +1,2 @@ exe hello : hello.cpp ; - -symlink hello_debug hello_release : hello/debug hello/release ; -symlink links/hello_release : hello/release ;