]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
Add CCOPTS for netem stuff
authorshemminger <shemminger>
Wed, 5 Oct 2005 17:40:12 +0000 (17:40 +0000)
committershemminger <shemminger>
Wed, 5 Oct 2005 17:40:12 +0000 (17:40 +0000)
ChangeLog
netem/Makefile

index 013b473cd364ccdfa482a6192d0e29f9c56df404..4a50ffa6e3a1bbf774622e7d8528b6402f8b6afe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * Fix regression in ip addr (libnetlink) handling
        * need to call getline() with null for first usage
        * don't overwrite const arg
 
-2005-02-07  Stephen Hemminger  <shemminger@linux.site>
+2005-02-07  Stephen Hemminger  <shemminger@osdl.org>
 
        * Add experimental distribution
 
index 6af5cf18f49dee43653d34574e6549ca83e6998d..6d1272becc8f16998defd3909693002d318d5399 100644 (file)
@@ -7,7 +7,7 @@ LDLIBS += -lm
 all: $(DISTGEN) $(DISTDATA)
 
 $(DISTGEN):
-       $(HOSTCC) -Wall -O1 -I../include -o $@ $@.c -lm
+       $(HOSTCC) $(CCOPTS) -Wall -O1 -I../include -o $@ $@.c -lm
 
 %.dist: %
        ./$* > $@