projects
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0867ca
)
perl: Fix out-of-tree build by generating symlinks
author
Hilko Bengen
<bengen@debian.org>
Thu, 23 May 2013 17:20:17 +0000
(19:20 +0200)
committer
Hilko Bengen
<bengen@debian.org>
Fri, 12 Jul 2024 08:01:14 +0000
(10:01 +0200)
Gbp-Pq: Name perl-Fix-out-of-tree-build-by-generating-symlinks.patch
perl/Makefile.am
patch
|
blob
|
history
diff --git
a/perl/Makefile.am
b/perl/Makefile.am
index 01da4a7985180d6d78cff9a581814074953ef7af..ebc616c14645ad395f45d84725758c4889557042 100644
(file)
--- a/
perl/Makefile.am
+++ b/
perl/Makefile.am
@@
-57,8
+57,10
@@
all-local: Build
clean-local: Build
./Build clean
+ if [ $(srcdir) != $(builddir) ]; then find -type l | xargs rm -f ; fi
Build: Build.PL
+ if [ $(srcdir) != $(builddir) ]; then cp -rsft $(builddir) $(abs_srcdir)/. ; fi
$(PERL) Build.PL --prefix "@prefix@"
TESTS_ENVIRONMENT = $(top_builddir)/run --test