From 28f5f28d1d4bdd8b8efca75f696e21a83d2a69f3 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Tue, 22 Jan 2002 00:19:29 +0000 Subject: [PATCH] Further simplification of library and header flag code in common.make; added sanity check on GNUSTEP_*_ROOT being non-empty in common.make; minor fixes in foundation header flags in common.make git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12176 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 104997f0..59d3b334 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Mon Jan 21 23:57:28 2002 Nicola Pero + + * common.make (GNUSTEP_HEADERS_FND_FLAG): Fixed order of flags. + For libFoundation, added missing network header flag. + * common.make: Implemented sanity check on GNUSTEP_*_ROOT. Exit + with an error if any of those variables is unset. Simplified all + the code in the file by removing obsolete checks for empty + GNUSTEP_*_ROOT and simplified even further by merging all settings + of library and header flags for different GNUSTEP_*_ROOT into + simple single commands. + Mon Jan 21 20:34:03 2002 Nicola Pero * config.guess: Updated to latest version.