Bug 63036 - Use $(LN_S) instead of ln -s everywhere in Makefile.am
Summary: Use $(LN_S) instead of ln -s everywhere in Makefile.am
Status: RESOLVED FIXED
Alias: None
Product: systemd
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: systemd-bugs
QA Contact: systemd-bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-02 15:43 UTC by Samuli Suominen
Modified: 2013-04-05 15:47 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Samuli Suominen 2013-04-02 15:43:18 UTC
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 && \
Comment 1 Zbigniew Jedrzejewski-Szmek 2013-04-05 15:47:02 UTC
Done in http://cgit.freedesktop.org/systemd/systemd/commit/?id=ac2b34e15.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.