[systemd-bugs] [Bug 63036] New: Use $(LN_S) instead of ln -s everywhere in Makefile.am
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Apr 2 08:43:18 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=63036
Priority: medium
Bug ID: 63036
Assignee: systemd-bugs at lists.freedesktop.org
Summary: Use $(LN_S) instead of ln -s everywhere in Makefile.am
QA Contact: systemd-bugs at lists.freedesktop.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: ssuominen at gentoo.org
Hardware: Other
Status: NEW
Version: unspecified
Component: general
Product: systemd
A while back AC_PROG_LN_S was added to configure.ac and Makefile.am was
converted to use $(LN_S) instead of ln -s, but there are 2 references that are
propably overlooked:
$ grep ln Makefile.am
for i in $$what; do ln -s ../$$i . || exit $$? ; done )
ln -s $$1 $(DESTDIR)$$dir/$$2 && \
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130402/e8d6ea0c/attachment.html>
More information about the systemd-bugs
mailing list