Change duplicate binaries to symbolic link 70/242370/3 accepted/tizen_6.0_base_tool_hotfix accepted/tizen_6.5_base accepted/tizen_6.5_base_tool accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_7.0_base_tool accepted/tizen_7.0_base_tool_hotfix tizen_6.0_base_hotfix tizen_6.5_base tizen_7.0_base tizen_7.0_base_hotfix accepted/tizen/6.0/base/20201029.110029 accepted/tizen/6.0/base/tool/20201029.111718 accepted/tizen/6.0/base/tool/hotfix/20201030.124523 accepted/tizen/6.0/base/tool/hotfix/20201102.085641 accepted/tizen/6.5/base/20230714.002756 accepted/tizen/6.5/base/tool/20211027.121903 accepted/tizen/7.0/base/20230714.003204 accepted/tizen/7.0/base/hotfix/20230714.004013 accepted/tizen/7.0/base/tool/20221028.113354 accepted/tizen/7.0/base/tool/hotfix/20221115.085133 accepted/tizen/base/tool/20200828.225420 submit/tizen_6.0_base/20201029.184802 submit/tizen_6.0_base_hotfix/20201030.192502 submit/tizen_6.0_base_hotfix/20201102.162702 submit/tizen_6.5_base/20211026.180901 submit/tizen_6.5_base/20211027.183101 submit/tizen_6.5_base/20211027.201201 submit/tizen_7.0_base/20221028.200901 submit/tizen_7.0_base_hotfix/20221115.161501 submit/tizen_base/20200826.011945 submit/tizen_base/20201207.055733 submit/tizen_base/20201208.051231 submit/tizen_base/20201208.051733 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 26 Aug 2020 01:07:13 +0000 (10:07 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 26 Aug 2020 01:11:53 +0000 (10:11 +0900)
gawk-3.1.5, pgawk-3.1.5

Change-Id: I666f2d2961ca39a22262984d57a02efc20a5db22
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Makefile.in

index 4fb6a59e6c0a8a1e95d328ac1485071416102eab..48c0d6fb2258e7b430e5d24c1d3a4403b95b7555 100644 (file)
@@ -934,8 +934,8 @@ uninstall-info: uninstall-info-recursive
 # there's no easy way to distinguish GNU from non-GNU systems.)
 install-exec-hook:
        (cd $(DESTDIR)$(bindir); \
-       $(LN) gawk$(EXEEXT) gawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \
-       $(LN) pgawk$(EXEEXT) pgawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \
+       $(LN_S) gawk$(EXEEXT) gawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \
+       $(LN_S) pgawk$(EXEEXT) pgawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \
        if [ ! -f awk$(EXEEXT) ]; \
        then    $(LN_S) gawk$(EXEEXT) awk$(EXEEXT); \
        fi; exit 0)