mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
d2d6d8d537
contains a sigdec[] vector of structures, but the generated output is missing braces around the initializer of each struct, which triggers warnings in WARNS=3: src/usr.bin/top/sigdesc.h:10: warning: missing braces around initializer src/usr.bin/top/sigdesc.h:10: warning: (near initialization for `sigdesc[0]') * Fix the sigconv.awk script to generate a header with initializers which look better. * Add rules to usr.bin/top/Makefile that rebuilds a new sigconv.h header which matches the correct signal set from the build-time version of `${DESTDIR}/usr/include/signal.h' (so sigconv.h doesn't get stale once changes are made to the header). * Remove the old sigconv.h header, now that it is autoupdated at build time. * Various Makefile style fixes (the committed Makefile was kindly submitted by Ruslan): - Reorder .PATH, PROG, SRCS and CFLAGS to match style.Makefile(5) - Split off the generated sources (sigdesc.h top.local.h) in an SRCS+= line of their own. - Add entries to CLEANFILES near the rules that generate the respective files. - Move the explicit rule which builds top.1 after the implicit rules which generate its dependencies. Reviewed by: ru, bde Submitted by: ru (Makefile) MFC after: 2 weeks |
||
---|---|---|
.. | ||
amd | ||
bc | ||
bind9 | ||
binutils | ||
bsnmp | ||
bzip2 | ||
com_err | ||
cpio | ||
csup | ||
cvs | ||
diff | ||
expat | ||
file | ||
gcc | ||
gdb | ||
gdtoa | ||
gnu-sort | ||
gperf | ||
groff | ||
hostapd | ||
ipfilter | ||
less | ||
libbegemot | ||
libf2c | ||
libobjc | ||
libpcap | ||
libreadline | ||
libstdc++ | ||
lukemftp | ||
lukemftpd | ||
ncurses | ||
netcat | ||
ngatm | ||
ntp | ||
nvi | ||
one-true-awk | ||
openbsm | ||
openpam | ||
opie | ||
pam_modules/pam_passwdqc | ||
pf | ||
pnpinfo | ||
sendmail | ||
smbfs | ||
tcp_wrappers | ||
tcpdump | ||
tcsh | ||
telnet | ||
texinfo | ||
top | ||
traceroute | ||
wpa_supplicant |