Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/usr.bin/make main.c



imp         1998/07/26 10:06:07 PDT

  Modified files:
    usr.bin/make         main.c 
  Log:
  Use malloc + sprintf rather than asprintf to ensure portability to
  other, less advanced architecutres.  This should minorly help porting
  efforts of FreeBSD.  I've done several make worlds since this came up
  with this change, as well as debugging several interesting nits with
  -V (which is the only thing this change will affect really).
  
  Revision  Changes    Path
  1.25      +4 -2      src/usr.bin/make/main.c