Bug 63036

Summary: Use $(LN_S) instead of ln -s everywhere in Makefile.am
Product: systemd Reporter: Samuli Suominen <ssuominen>
Component: generalAssignee: systemd-bugs
Status: RESOLVED FIXED QA Contact: systemd-bugs
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.