Add CCOPTS for netem stuff
This commit is contained in:
parent
fb2297599d
commit
7dae1706bb
|
|
@ -1,3 +1,7 @@
|
||||||
|
2005-10-05 Mads Martin Joergensen <mmj@suse.de>
|
||||||
|
|
||||||
|
* Trivial netem ccopts
|
||||||
|
|
||||||
2005-10-04 Jerome Borsboom <j.borsboom@erasmusmc.nl>
|
2005-10-04 Jerome Borsboom <j.borsboom@erasmusmc.nl>
|
||||||
|
|
||||||
* Fix regression in ip addr (libnetlink) handling
|
* Fix regression in ip addr (libnetlink) handling
|
||||||
|
|
@ -188,7 +192,7 @@
|
||||||
* need to call getline() with null for first usage
|
* need to call getline() with null for first usage
|
||||||
* don't overwrite const arg
|
* don't overwrite const arg
|
||||||
|
|
||||||
2005-02-07 Stephen Hemminger <shemminger@linux.site>
|
2005-02-07 Stephen Hemminger <shemminger@osdl.org>
|
||||||
|
|
||||||
* Add experimental distribution
|
* Add experimental distribution
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ LDLIBS += -lm
|
||||||
all: $(DISTGEN) $(DISTDATA)
|
all: $(DISTGEN) $(DISTDATA)
|
||||||
|
|
||||||
$(DISTGEN):
|
$(DISTGEN):
|
||||||
$(HOSTCC) -Wall -O1 -I../include -o $@ $@.c -lm
|
$(HOSTCC) $(CCOPTS) -Wall -O1 -I../include -o $@ $@.c -lm
|
||||||
|
|
||||||
%.dist: %
|
%.dist: %
|
||||||
./$* > $@
|
./$* > $@
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue