Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
ce715cd9
Commit
ce715cd9
authored
Sep 01, 2005
by
shemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow parallel make of netem directory.
Use HOSTCC when building local tools
parent
3d418dc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
12 deletions
+15
-12
ChangeLog
ChangeLog
+6
-1
netem/Makefile
netem/Makefile
+9
-11
No files found.
ChangeLog
View file @
ce715cd9
2005-09-01 Stephen Hemminger <shemminger@dxpl.pdx.osdl.net>
2005-09-01 Mike Frysinger <vapier@gentoo.org>
* Fix build issues with netem tables (parallel make and HOSTCC)
2005-09-01 Stephen Hemminger <shemminger@osdl.org>
* Integrate support for DCCP into 'ss' (from acme)
* Add -batch option to ip.
* Update to 2.6.14 headers
2005-09-01 Eric Dumazet <dada1@cosmosbay.com>
* Fix lnstat : First column should not be summed
2005-08-16 Stephen Hemminger <shemminger@osdl.org>
...
...
netem/Makefile
View file @
ce715cd9
DISTGEN
=
maketable normal pareto paretonormal
DISTDATA
=
normal.dist pareto.dist paretonormal.dist experimental.dist
HOSTCC
?=
$(CC)
LDLIBS
+=
-lm
%.dist
:
%.c
$(HOSTCC)
$(CFLAGS)
-o
$*
$<
-lm
./
$*
>
$@
all
:
$(DISTGEN) $(DISTDATA)
%.dist
:
%.dat
./maketable
$<
>
$@
$(DISTGEN)
:
$(HOSTCC)
-Wall
-O1
-I
../include
-o
$@
$@
.c
-lm
all
:
$(DISTGEN) $(DISTDATA)
%.dist
:
%
./
$*
>
$@
experimental.dist
:
maketable experimental.dat
./maketable experimental.dat
>
experimental.dist
install
:
all
mkdir
-p
$(DESTDIR)
/usr/lib/tc
...
...
@@ -20,8 +23,3 @@ install: all
clean
:
rm
-f
$(DISTDATA)
$(DISTGEN)
maketable
:
maketable.c
$(HOSTCC)
$(CFLAGS)
-o
$@
$<
-lm
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment