From a0f9c810faa022c264bf534ab9495e0e9f617962 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 27 Jun 2013 21:34:24 +0200 Subject: build-sys: work around automake issue with files with a leading '-' We should probably work around it, until it is sorted out. http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14728 --- units/-.slice | 12 ------------ units/x-.slice | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 units/-.slice create mode 100644 units/x-.slice (limited to 'units') diff --git a/units/-.slice b/units/-.slice deleted file mode 100644 index ac82c35874..0000000000 --- a/units/-.slice +++ /dev/null @@ -1,12 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Root Slice -Documentation=man:systemd.special(7) -DefaultDependencies=no -Before=slices.target diff --git a/units/x-.slice b/units/x-.slice new file mode 100644 index 0000000000..ac82c35874 --- /dev/null +++ b/units/x-.slice @@ -0,0 +1,12 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +[Unit] +Description=Root Slice +Documentation=man:systemd.special(7) +DefaultDependencies=no +Before=slices.target -- cgit v1.2.3-54-g00ecf