Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
4a68ee59
Commit
4a68ee59
authored
Dec 07, 2016
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avoid hardlinking in case srcdir and builddir are on different filesystems
parent
f618626d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.am
doc/graphviz/Makefile.am
+1
-1
Makefile.am
doc/sphinx/Makefile.am
+1
-1
No files found.
doc/graphviz/Makefile.am
View file @
4a68ee59
...
@@ -12,7 +12,7 @@ link_srcdir:
...
@@ -12,7 +12,7 @@ link_srcdir:
test
!
-f
$(builddir)
/cache_http1_fsm.svg
;
then
\
test
!
-f
$(builddir)
/cache_http1_fsm.svg
;
then
\
d
=
`
pwd
`
/
$(builddir)
;
\
d
=
`
pwd
`
/
$(builddir)
;
\
cd
$(srcdir)
&&
find
.
-name
\*
.svg
-type
f |
\
cd
$(srcdir)
&&
find
.
-name
\*
.svg
-type
f |
\
cpio
-
l
dmp
$$
{
d
}
||
true
;
\
cpio
-dmp
$$
{
d
}
||
true
;
\
fi
fi
dist-hook
:
dist-hook
:
...
...
doc/sphinx/Makefile.am
View file @
4a68ee59
...
@@ -32,7 +32,7 @@ clean:
...
@@ -32,7 +32,7 @@ clean:
link_srcdir
:
link_srcdir
:
if
test
"x
$(srcdir)
"
!=
"x
$(builddir)
"
&&
test
!
-f
index.rst
;
then
\
if
test
"x
$(srcdir)
"
!=
"x
$(builddir)
"
&&
test
!
-f
index.rst
;
then
\
d
=
`
pwd
`
/
$(builddir)
;
\
d
=
`
pwd
`
/
$(builddir)
;
\
cd
$(srcdir)
&&
find
.
-type
f | cpio
-
l
dmp
$$
{
d
}
||
true
;
\
cd
$(srcdir)
&&
find
.
-type
f | cpio
-dmp
$$
{
d
}
||
true
;
\
fi
fi
# work around for make html called within doc/sphinx
# work around for make html called within doc/sphinx
...
...
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