Results 1 to 2 of 2

Thread: A couple of random buildsystem thoughts

  1. #1
    ctennis is offline Registered User
    Name: Caleb Tennis
    Organization: AEI
    Project: Project GINA
    Join Date
    Mar 2006
    Posts
    123

    A couple of random buildsystem thoughts

    I've got some custom patches I use on the Ice build system in order to make it run happier with the way we do things. I'm going to list the issues here and see if any of them might be good to incorporate back into Ice mainline. Most of these applied to 3.1 and still to 3.2 (some are new).

    1) in config/Make.rules:

    the line "ifeq ($(mkdir),)" in which the mkdir command is defined, it would be nice if it was defined as "mkdir -p". If you go about trying to change any of the other directories in the build system, any nested directories that you might create need to have mkdir -p

    2) I think install_schemadir might not be needed anymore

    3) The files installed in $(prefix)/config - would be nice if they were put in a new target of install_configdir so that the install location could be better defined.

    4) To keep from having to build the test suite, I remove "test" from the SUBDIRS in Makefile and add this line to the test target:

    @( cd test && $(MAKE) ) || exit 1

    That way I don't have to build the test sources unless I explicitly want to run the tests

    5) I also remove the demo target from SUBDIRS since I may not want to explicitly build it when just doing a "make"

    Anyway, a few minor fixes you might want to consider.

    Caleb
    Caleb Tennis
    Analytical Engineering, Inc.
    http://www.aei-tech.com
    Project: Our facility infrastructure heavily utilizes Ice

    Gentoo ebuild maintainer for Ice, IceRuby, etc.

  2. #2
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    Thanks for the detailed feeback, Caleb, we'll have a look at which of your suggestions we can incorporate into the release.

    Cheers,

    Michi.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. EndpointSelectionType.Random
    By rpynor in forum Help Center
    Replies: 1
    Last Post: 11-24-2010, 10:29 AM
  2. Some Thoughts and a Suggestion:
    By afcarl in forum Comments
    Replies: 7
    Last Post: 05-06-2010, 12:58 AM
  3. Replies: 0
    Last Post: 07-03-2009, 05:50 AM
  4. Replies: 14
    Last Post: 05-05-2008, 03:25 AM
  5. Random ports with Topic Manager
    By JimSec in forum Help Center
    Replies: 3
    Last Post: 08-29-2006, 11:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •