diff options
author | joe <joe@FreeBSD.org> | 2000-11-03 15:35:27 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2000-11-03 15:35:27 +0000 |
commit | a39072b06dbbedcedf43501eb8cafd7287850ec3 (patch) | |
tree | a95ab31b8048259097e1da4226abcede448adb93 /sys/dev/twe/twe.c | |
parent | ea844cd6741e5416239d1118fcd8329a11a932a2 (diff) | |
download | FreeBSD-src-a39072b06dbbedcedf43501eb8cafd7287850ec3.zip FreeBSD-src-a39072b06dbbedcedf43501eb8cafd7287850ec3.tar.gz |
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).
Diffstat (limited to 'sys/dev/twe/twe.c')
0 files changed, 0 insertions, 0 deletions