summaryrefslogtreecommitdiffstats
path: root/logger_service/server/Makefile
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 09:57:03 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-10-22 09:57:03 +0900
commitc8ed80f86085e01bf262cba3fee3bc81bdf731d3 (patch)
tree11c87e818bd1c3c8792e7150f3f4e37edd1b98d7 /logger_service/server/Makefile
parent91f5345046f18f406071befd62e0e05322a5a1de (diff)
ss-loggerservice branch 0.1sandbox/ToshikazuOhiwa/ss-loggerservice
Diffstat (limited to 'logger_service/server/Makefile')
-rw-r--r--logger_service/server/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/logger_service/server/Makefile b/logger_service/server/Makefile
index 8c5c4871..5292a18f 100644
--- a/logger_service/server/Makefile
+++ b/logger_service/server/Makefile
@@ -1,5 +1,5 @@
#
-# @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+# @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -20,14 +20,9 @@ SUBDIRS += realtimeUsbLog
all:
-install-data:install_cfg
-
-install_cfg:
- install -d -m 775 $(DESTDIR)/usr/agl/conf/syslogd
- install -m 644 -t $(DESTDIR)/usr/agl/conf/syslogd cfg/syslog.conf
- install -d -m 775 $(DESTDIR)/usr/agl/share/logrotate
- install -m 644 -t $(DESTDIR)/usr/agl/share/logrotate cfg/logrotate.conf
-
+install-data:install_data
+install_data:
+ install -d -m 755 $(DESTDIR)/nv/BS/ss/logger_service/rwdata/frameworkunifiedlog
include ../../system_service.mk