DragonFly BSD
DragonFly commits List (threaded) for 2004-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/usr.bin/make


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 23 Nov 2004 23:15:46 -0800 (PST)

dillon      2004/11/23 23:15:46 PST

DragonFly src repository

  Modified files:
    usr.bin/make         Makefile job.c job.h make.1 make.c 
                         nonints.h parse.c targ.c 
  Log:
  o Print a warning when we are given two scripts for one target.
    This is neither as wide-reaching nor intensive as NetBSD's
    similar, but the warning uses the same text.
  o Remove local prototypes for main().
  o Don't declare things as extern when they will be static.
  o When formatting the time for a target, use %H instead of %k,
    which is mostly the same, but uses a non-extension option.
  o Document the parsing bug.
  o Fix spurious three-space indentation in a four-space indentation
    file.
  o Remove 6-years-stale #if0, the behaviour isn't ever going to
    be limited to compatible mode, as far as I know, since we use
    it...
  o Code that has been #if0'd with the comment "WHY" since revision
    1.1 can disappear.
  
  Submitted-by: Max Okumoto <okumoto@xxxxxxxx>
  Taken-from: FreeBSD (as with the previous patches)
  
  Revision  Changes    Path
  1.6       +1 -1      src/usr.bin/make/Makefile
  1.17      +2 -2      src/usr.bin/make/job.c
  1.9       +6 -1      src/usr.bin/make/job.h
  1.7       +13 -1     src/usr.bin/make/make.1
  1.9       +1 -8      src/usr.bin/make/make.c
  1.13      +0 -1      src/usr.bin/make/nonints.h
  1.13      +5 -5      src/usr.bin/make/parse.c
  1.11      +1 -1      src/usr.bin/make/targ.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/Makefile.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.c.diff?r1=1.16&r2=1.17&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/job.h.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/make.1.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/make.c.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/nonints.h.diff?r1=1.12&r2=1.13&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/parse.c.diff?r1=1.12&r2=1.13&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/targ.c.diff?r1=1.10&r2=1.11&f=u



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