Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Nov 2000 07:35:28 -0800 (PST)
From:      Josef Karthauser <joe@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c
Message-ID:  <200011031535.HAA81578@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joe         2000/11/03 07:35:27 PST

  Modified files:
    usr.sbin/crunch/crunchgen crunchgen.c 
  Log:
  A missing feature of crunchgen was the ability to supply make options on
  a per program basis.
  
  This has now been added in the following way:
  
  * Harness the make header file that's specified with the -h argument:
    - Allow the user to define $(OPTS) to specify make arguments that should
      be added to every program target.
    - Allow the user to define $(prog_OPTS) to specify make arguments that
      should just be added to the build of 'prog'.
  
  * Make sure that $(OPTS) and $(prog_OPTS) are defined when looking through
    each program's make file to determine which object files to crunch.
  
  * When building the crunchgen makefile add $(OPTS) and $(prog_OPTS)
    to the depend and build rules for $(prog_OBJS).
  
  Revision  Changes    Path
  1.13      +8 -4      src/usr.sbin/crunch/crunchgen/crunchgen.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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