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
e9a05e96
Commit
e9a05e96
authored
Jul 02, 2004
by
osdl.net!shemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change how install works so it can be run from BK tree without
putting in SCCS files. (Logical change 1.46)
parent
cfecc8f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Makefile
Makefile
+7
-7
No files found.
Makefile
View file @
e9a05e96
...
...
@@ -40,16 +40,16 @@ Config:
install
:
all
install
-m
0755
-d
$(DESTDIR)$(SBINDIR)
install
-m
0755
-d
$(CONFDIR)
install
-m
0755
-d
$(
DESTDIR)$(
CONFDIR)
install
-m
0755
-d
$(DESTDIR)$(DOCDIR)
/examples
install
-m
0755
-d
$(DESTDIR)$(DOCDIR)
/examples/diffserv
install
-m
0644 README.iproute2+tc
$(
shell
find examples
-type
f
-maxdepth
1
)
$(DESTDIR)$(DOCDIR)
/examples
install
-m
0644
$(
shell
echo
examples/diffserv/
*
)
$(DESTDIR)$(DOCDIR)
/examples/diffserv
install
-m
0644 README.iproute2+tc
$(
shell
find examples
-type
f
-maxdepth
1
)
\
$(DESTDIR)$(DOCDIR)
/examples
install
-m
0644
$(
shell
find examples/diffserv
-type
f
-maxdepth
1
)
\
$(DESTDIR)$(DOCDIR)
/examples/diffserv
@
for
i
in
$(SUBDIRS)
doc
;
do
$(MAKE)
-C
$$
i
install
;
done
@
cd
etc/iproute2
;
for
i
in
*
;
do
\
if
[
!
-e
$(CONFDIR)
/
$$
i
]
;
then
\
echo install
-m
0644
$$
i
$(CONFDIR)
;
\
install
-m
0644
$$
i
$(CONFDIR)
;
fi
;
done
install
-m
0644
$(
shell
find etc/iproute2
-type
f
-maxdepth
1
)
$(DESTDIR)$(CONFDIR)
clean
:
@
for
i
in
$(SUBDIRS)
doc
;
\
...
...
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