OpenGrok
Cross Reference: Makefile
xref
: /
src
/
usr.sbin
/
altq
/
altqstat
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
altqstat
History log of
/src/usr.sbin/altq/altqstat/Makefile
Revision
Date
Author
Comments
1.6
03-Jun-2023
lukem
bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
1.5
08-Feb-2020
fox
usr.sbin/altq: Suppress -Werror=stringop-truncation error.
Add GCC_NO_STRINGOP_TRUNCATION to quip_client.c to prevent build failure.
Error was reported when build.sh was run with MKLIBCSANITIZER=yes flag.
Reviewed by: kamil@
1.4
06-Feb-2010
he
branches: 1.4.46;
When using -lcurses, you also need -lterminfo.
This fixes the build for sun2, and also builds with LDSTATIC=-static,
since archive libraries don't record inter-library dependencies.
1.3
12-Oct-2006
peter
Merge the peter-altq branch.
(sync with KAME & add support for using ALTQ with pf(4)).
1.2
16-Dec-2000
thorpej
branches: 1.2.14;
Build glue for ALTQ programs.
1.1
16-Dec-2000
thorpej
branches: 1.1.1;
Initial revision
1.1.1.1
16-Dec-2000
thorpej
Import the altq status program.
1.2.14.1
18-Mar-2006
peter
Add qdisc_jobs.c.
1.4.46.1
08-Apr-2020
martin
Merge changes from current as of 20200406
Indexes created Tue Oct 28 12:10:06 GMT 2025