Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
steam
systemd
Commits
4584651a
Commit
4584651a
authored
Jan 30, 2013
by
Kay Sievers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build-sys: add intermediate files to CLEANFILES to fix distcheck
parent
94172f3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
Makefile.am
Makefile.am
+9
-3
No files found.
Makefile.am
View file @
4584651a
...
@@ -416,6 +416,9 @@ nodist_systemunit_DATA = \
...
@@ -416,6 +416,9 @@ nodist_systemunit_DATA = \
if
HAVE_KMOD
if
HAVE_KMOD
nodist_systemunit_DATA
+=
\
nodist_systemunit_DATA
+=
\
units/systemd-modules-load.service
units/systemd-modules-load.service
EXTRA_DIST
+=
\
units/systemd-modules-load.service.in
endif
endif
dist_userunit_DATA
=
\
dist_userunit_DATA
=
\
...
@@ -461,8 +464,10 @@ EXTRA_DIST += \
...
@@ -461,8 +464,10 @@ EXTRA_DIST += \
introspect.awk
\
introspect.awk
\
man/custom-html.xsl
man/custom-html.xsl
EXTRA_DIST
+=
\
CLEANFILES
+=
\
units/systemd-modules-load.service.in
units/console-shell.service.m4
\
units/console-getty.service.m4
\
units/rescue.service.m4
if
HAVE_SYSV_COMPAT
if
HAVE_SYSV_COMPAT
nodist_systemunit_DATA
+=
\
nodist_systemunit_DATA
+=
\
...
@@ -1243,7 +1248,8 @@ EXTRA_DIST += \
...
@@ -1243,7 +1248,8 @@ EXTRA_DIST += \
src/core/macros.systemd.in
src/core/macros.systemd.in
CLEANFILES
+=
\
CLEANFILES
+=
\
src/core/macros.systemd
src/core/macros.systemd
\
src/core/org.freedesktop.systemd1.policy.in
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
noinst_PROGRAMS
+=
\
noinst_PROGRAMS
+=
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment