Menu

#151 Patch to update Makefiles and stringUtils

development
open
nobody
Program (79)
5
2006-10-18
2006-10-18
No

Patch updates Makefiles to generate dependencies
dynamically. Also includes stringUtils.c since this is
referenced by the util/Makefile. Would appreciate
review of stringUtils.c

Discussion

  • Anonymous

    Anonymous - 2006-10-18

    Patch to update Makefiles and stringUtils

     
  • Scott Tringali

    Scott Tringali - 2006-10-18

    Logged In: YES
    user_id=11321

    This make code is gcc (-MM) and gmake ($(wildcard)) specfic.
    Makefiles must work on all systems without gmake.

    You probably want to use "makedepend" which is part of most
    X distros. NEdit must still compile if it's missing.

     
  • Nobody/Anonymous

    Logged In: NO

    (Thorsten here, no idea why SF doesn't let me log in.)

    Additionally, you cannot simply change the licence on Linux
    kernel files, only the copyright owner can do that. I think
    there are some alternatives, let's use one of them.

     

Log in to post a comment.