From 7ef93cafc98c5dd54cc3ef83120fef157432e736 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 30 Jul 2012 18:37:25 +0000 Subject: [PATCH] 2012-07-30 20:36 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/make.hb - deleted TODO which is unimportant and works well in practice --- harbour/ChangeLog | 5 +++++ harbour/contrib/make.hb | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index cec23d9cfa..ab756bc29a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2012-07-30 20:36 UTC+0200 Viktor Szakats (harbour syenar.net) + * contrib/make.hb + - deleted TODO which is unimportant and works + well in practice + 2012-07-30 16:06 UTC+0200 Viktor Szakats (harbour syenar.net) + contrib/hbtip/tests/test01.prg * contrib/hbtip/httpcli.prg diff --git a/harbour/contrib/make.hb b/harbour/contrib/make.hb index e67991f8fd..6a28d50a48 100755 --- a/harbour/contrib/make.hb +++ b/harbour/contrib/make.hb @@ -27,10 +27,7 @@ * */ -/* TODO: - - Make home project detection more robust in stdalone mode. - - NOTE: +/* NOTE: - 'install' is ignored in stdalone mode. It would be needed to replicate the install dir defaulting logic found in global.mk to implement it.