projects
/
platform
/
upstream
/
hostname.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54b7f8c
)
[Tizen 6.0] Enable build
57/220857/1
accepted/tizen_6.0_base
accepted/tizen_6.0_base_tool
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
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_tool
tizen_6.0_base
tizen_6.0_base_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
accepted/tizen/6.0/base/20201029.110713
accepted/tizen/6.0/base/20230713.142854
accepted/tizen/6.0/base/tool/20201029.112103
accepted/tizen/6.0/base/tool/hotfix/20201030.124829
accepted/tizen/6.0/base/tool/hotfix/20201102.090133
accepted/tizen/6.5/base/20230714.002519
accepted/tizen/6.5/base/tool/20211027.115406
accepted/tizen/7.0/base/20230714.002927
accepted/tizen/7.0/base/hotfix/20230714.003742
accepted/tizen/7.0/base/tool/20221028.122126
accepted/tizen/7.0/base/tool/hotfix/20221115.090709
accepted/tizen/8.0/base/20231005.044759
accepted/tizen/9.0/base/20241030.075159
accepted/tizen/base/20200113.064832
accepted/tizen/base/20230714.003333
submit/tizen_6.0_base/20201029.184801
submit/tizen_6.0_base_hotfix/20201030.192501
submit/tizen_6.0_base_hotfix/20201102.162701
submit/tizen_6.5_base/20211026.180901
submit/tizen_6.5_base/20211027.183101
submit/tizen_6.5_base/20211027.200601
submit/tizen_7.0_base/20221028.201101
submit/tizen_7.0_base_hotfix/20221115.161601
submit/tizen_base/20191225.225203
submit/tizen_base/20200106.075630
submit/tizen_base/20200108.035402
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
tizen_8.0_m2_release
tizen_9.0_m2_release
author
Hyunjee Kim
<hj0426.kim@samsung.com>
Tue, 24 Dec 2019 05:19:12 +0000
(14:19 +0900)
committer
Hyunjee Kim
<hj0426.kim@samsung.com>
Tue, 24 Dec 2019 05:19:20 +0000
(14:19 +0900)
Change-Id: I03d0d4c7b6e1ca171ff9bf7e30108a4032d317b5
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
03a949a
..
264d2a2
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-9,7
+9,7
@@
MANDIR:=/usr/share/man
OBJS=hostname.o
hostname: $(OBJS)
- $(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)
-lnsl
+ $(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)
install: hostname
install -d ${BASEDIR}$(MANDIR)/man1