From 20a52bc5344dd7b2fe6e3d40a050746fc49290c4 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Tue, 5 Jan 2016 23:55:05 +0000 Subject: [PATCH] Move source files int src directory --- Makefile => src/Makefile | 2 +- control-cmds.h => src/control-cmds.h | 0 control.cc => src/control.cc | 0 control.h => src/control.h | 0 cpbuffer.h => src/cpbuffer.h | 0 dinit-log.cc => src/dinit-log.cc | 0 dinit-log.h => src/dinit-log.h | 0 dinit-start.cc => src/dinit-start.cc | 0 dinit.cc => src/dinit.cc | 0 halt => src/halt | 0 load_service.cc => src/load_service.cc | 0 reboot => src/reboot | 0 service-constants.h => src/service-constants.h | 0 service-listener.h => src/service-listener.h | 0 service.cc => src/service.cc | 0 service.h => src/service.h | 0 shutdown.cc => src/shutdown.cc | 0 17 files changed, 1 insertion(+), 1 deletion(-) rename Makefile => src/Makefile (97%) rename control-cmds.h => src/control-cmds.h (100%) rename control.cc => src/control.cc (100%) rename control.h => src/control.h (100%) rename cpbuffer.h => src/cpbuffer.h (100%) rename dinit-log.cc => src/dinit-log.cc (100%) rename dinit-log.h => src/dinit-log.h (100%) rename dinit-start.cc => src/dinit-start.cc (100%) rename dinit.cc => src/dinit.cc (100%) rename halt => src/halt (100%) rename load_service.cc => src/load_service.cc (100%) rename reboot => src/reboot (100%) rename service-constants.h => src/service-constants.h (100%) rename service-listener.h => src/service-listener.h (100%) rename service.cc => src/service.cc (100%) rename service.h => src/service.h (100%) rename shutdown.cc => src/shutdown.cc (100%) diff --git a/Makefile b/src/Makefile similarity index 97% rename from Makefile rename to src/Makefile index fe89883..24bb78d 100644 --- a/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ --include mconfig +-include ../mconfig objects = dinit.o load_service.o service.o control.o dinit-log.o dinit-start.o shutdown.o dinit-reboot.o diff --git a/control-cmds.h b/src/control-cmds.h similarity index 100% rename from control-cmds.h rename to src/control-cmds.h diff --git a/control.cc b/src/control.cc similarity index 100% rename from control.cc rename to src/control.cc diff --git a/control.h b/src/control.h similarity index 100% rename from control.h rename to src/control.h diff --git a/cpbuffer.h b/src/cpbuffer.h similarity index 100% rename from cpbuffer.h rename to src/cpbuffer.h diff --git a/dinit-log.cc b/src/dinit-log.cc similarity index 100% rename from dinit-log.cc rename to src/dinit-log.cc diff --git a/dinit-log.h b/src/dinit-log.h similarity index 100% rename from dinit-log.h rename to src/dinit-log.h diff --git a/dinit-start.cc b/src/dinit-start.cc similarity index 100% rename from dinit-start.cc rename to src/dinit-start.cc diff --git a/dinit.cc b/src/dinit.cc similarity index 100% rename from dinit.cc rename to src/dinit.cc diff --git a/halt b/src/halt similarity index 100% rename from halt rename to src/halt diff --git a/load_service.cc b/src/load_service.cc similarity index 100% rename from load_service.cc rename to src/load_service.cc diff --git a/reboot b/src/reboot similarity index 100% rename from reboot rename to src/reboot diff --git a/service-constants.h b/src/service-constants.h similarity index 100% rename from service-constants.h rename to src/service-constants.h diff --git a/service-listener.h b/src/service-listener.h similarity index 100% rename from service-listener.h rename to src/service-listener.h diff --git a/service.cc b/src/service.cc similarity index 100% rename from service.cc rename to src/service.cc diff --git a/service.h b/src/service.h similarity index 100% rename from service.h rename to src/service.h diff --git a/shutdown.cc b/src/shutdown.cc similarity index 100% rename from shutdown.cc rename to src/shutdown.cc -- 2.25.1