Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit e565c27

Browse files
committed
Remove runltp-ng symlink from Makefile
Symlinks can be broken when it comes to install runltp-ng using a build system such as buildroot, because during "make install" we are going to use absolute paths pointing to the build system insternal folder.
1 parent 49f18b3 commit e565c27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ install:
1515
install -m 00644 $(top_srcdir)/tools/runltp-ng/ltp/*.py $(INSTALL_DIR)/ltp
1616
install -m 00775 $(top_srcdir)/tools/runltp-ng/runltp-ng $(INSTALL_DIR)/runltp-ng
1717

18-
ln -sf $(INSTALL_DIR)/runltp-ng $(prefix)/runltp-ng
19-
2018
include $(top_srcdir)/include/mk/generic_leaf_target.mk

0 commit comments

Comments
 (0)