mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 22:53:16 -04:00
Prior to this change the build could fail as follows, if gperf is not
available (or fails):
- make(1) stops due to the gperf error, but an empty target file
(cfns.h) is still created
- the empty cfns.h is newer than the source cfns.gperf so it is not
regenerated on subsequent builds
- the gcc build fails (undefined reference to libc_name_p)
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
|
||
|---|---|---|
| .. | ||
| c++ | ||
| c++filt | ||
| cc | ||
| cc1 | ||
| cc1plus | ||
| cc_int | ||
| cc_tools | ||
| collect2 | ||
| cpp | ||
| doc | ||
| gcov | ||
| include | ||
| libcpp | ||
| libdecnumber | ||
| libiberty | ||
| protoize | ||
| Makefile | ||
| Makefile.fe | ||
| Makefile.inc | ||
| Makefile.tgt | ||
| Makefile.ver | ||