cvs commit: src/usr.bin/make shell.c shell.h

Max Okumoto okumoto at crater.dragonflybsd.org
Fri May 20 04:48:26 PDT 2005


okumoto     2005/05/20 04:47:22 PDT

DragonFly src repository

  Modified files:
    usr.bin/make         shell.c shell.h 
  Log:
  Remove shells array and just use the const strings directly.  This
  allows us to get rid of the DEF_SHELL_STRUCT() macro, and just use
  a normal struct.
  
  Revision  Changes    Path
  1.8       +68 -92    src/usr.bin/make/shell.c
  1.5       +35 -39    src/usr.bin/make/shell.h


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/shell.c.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/shell.h.diff?r1=1.4&r2=1.5&f=u





More information about the Commits mailing list