From 86370067ff6b631e6b84c414b56363df4d6d4a54 Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 3 Sep 2021 00:58:23 +1000 Subject: Clean up. --- BuildIt.sh | 4 +--- src/sledjchisl/sledjchisl.c | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/BuildIt.sh b/BuildIt.sh index 706e296..7f4f308 100755 --- a/BuildIt.sh +++ b/BuildIt.sh @@ -4,7 +4,5 @@ pushd src >/dev/null time ./BuildIt.sh popd >/dev/null sudo chown -R opensimsc:opensimsc * -sudo chown -R opensimsc:opensimsc .git* -sudo chown -R opensimsc:opensimsc .nant -sudo chown -R opensimsc:opensimsc .hg* +sudo chown -R opensimsc:opensimsc .??* bin/sledjchisl build -v diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index 4c1022d..fb4eb96 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c @@ -2025,9 +2025,6 @@ static void copyOpenSim(char *t) // TODO - have to make sure it's all owned by opensimsc. if (shellMeFail("cd %s; cp -al %s/current/* -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); if (shellMeFail("cd %s; cp -al %s/current/.??* -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); -// if (shellMeFail("cd %s; cp -al %s/current/.git* -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); -// if (shellMeFail("cd %s; cp -al %s/current/.nant -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); -// if (shellMeFail("cd %s; cp -al %s/current/.hgignore -t %s ", scRoot, scRoot, t)) C("Failed to cp!"); } static void runTests(char *tests[], char *title, char* file) -- cgit v1.1