Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2005 14:27:04 +0000 (UTC)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make GNode.h arch.c make.c make.h parse.h
Message-ID:  <200505101427.j4AER4J2076088@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2005-05-10 14:27:04 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         GNode.h arch.c make.c make.h parse.h 
  Log:
  Move the definitions of the OP_* constants from make.h into GNode.h
  where they actually belong to. Move the definitions of the strings
  for special macros like "$*" from make.h to parse.h - they're used
  only in the parser.
  
  Submitted by:   Max Okumoto <okumoto@ucsd.edu> (7.211)
  
  Revision  Changes    Path
  1.3       +63 -2     src/usr.bin/make/GNode.h
  1.63      +1 -0      src/usr.bin/make/arch.c
  1.36      +1 -0      src/usr.bin/make/make.c
  1.33      +3 -77     src/usr.bin/make/make.h
  1.5       +18 -0     src/usr.bin/make/parse.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505101427.j4AER4J2076088>