Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Nov 2000 07:21:37 -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.1 crunchgen.c
Message-ID:  <200011101521.HAA46613@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joe         2000/11/10 07:21:37 PST

  Modified files:
    usr.sbin/crunch/crunchgen crunchgen.1 crunchgen.c 
  Log:
  Define a new special type: buildopts.
  
  This allows build flags to be specified for a particular program from
  within the crunch.conf file, eg:
  
  	prog ppp
  	special ppp buildopts -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM
  
  This adds '-DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM' to make targets
  related to ppp when determining which object files to build and
  when calculating dependencies and building the targets.
  
  Revision  Changes    Path
  1.15      +12 -1     src/usr.sbin/crunch/crunchgen/crunchgen.1
  1.15      +20 -3     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?200011101521.HAA46613>