diff options
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | Makefile.tmp | 3 | ||||
-rw-r--r-- | README.tmp | 9 | ||||
-rw-r--r-- | bin/tmp | 2 | ||||
-rw-r--r-- | build/tmp | 1 | ||||
-rw-r--r-- | scripts/tmp | 2 | ||||
-rw-r--r-- | src/hostnamed/tmp (renamed from hostnamed/tmp) | 0 | ||||
-rw-r--r-- | src/localed/tmp (renamed from localed/tmp) | 0 | ||||
-rw-r--r-- | src/logind/tmp (renamed from logind/tmp) | 0 | ||||
-rw-r--r-- | src/timedated/tmp (renamed from timedated/tmp) | 0 |
10 files changed, 16 insertions, 7 deletions
@@ -1 +1,5 @@ -# see next commit +# use gmake! + +.PHONY: all + + diff --git a/Makefile.tmp b/Makefile.tmp index 6a7b6d4..a747147 100644 --- a/Makefile.tmp +++ b/Makefile.tmp @@ -11,8 +11,7 @@ localed, timedated, and logind # TODO: think of better name PKGNAME = dbus-utilities -# should i create four seperate packages for the utils or just 1?\ -# ajacoutot@ landry@ +# one package with each component #PKGNAME-foo = ??? for multi packages # for any port that creates shared libraries. @@ -5,12 +5,13 @@ and all files will follow standard protocol/KNF. FILESYSTEM /src - source files - /src/logind - obvious - /src/hostnamed - obvious - /src/localed - obvious - /src/timedated - obvious + /src/modules/logind - obvious + /src/modules/hostnamed - obvious + /src/modules/localed - obvious + /src/modules/timedated - obvious /bin - dir for compiled test binaries, will eventually be build tmp dir /build - build dir +/scripts - test scripts, mostly python scripts for gdb ------------------------------------------------------------------------ TODO @@ -0,0 +1,2 @@ +TODO: delete me! + diff --git a/build/tmp b/build/tmp new file mode 100644 index 0000000..7bf6339 --- /dev/null +++ b/build/tmp @@ -0,0 +1 @@ +TODO: delete me! diff --git a/scripts/tmp b/scripts/tmp new file mode 100644 index 0000000..a3217c8 --- /dev/null +++ b/scripts/tmp @@ -0,0 +1,2 @@ +TODO: delete me! + diff --git a/hostnamed/tmp b/src/hostnamed/tmp index c32d7ff..c32d7ff 100644 --- a/hostnamed/tmp +++ b/src/hostnamed/tmp diff --git a/localed/tmp b/src/localed/tmp index c32d7ff..c32d7ff 100644 --- a/localed/tmp +++ b/src/localed/tmp diff --git a/logind/tmp b/src/logind/tmp index c32d7ff..c32d7ff 100644 --- a/logind/tmp +++ b/src/logind/tmp diff --git a/timedated/tmp b/src/timedated/tmp index c32d7ff..c32d7ff 100644 --- a/timedated/tmp +++ b/src/timedated/tmp |