Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
267e0621
Commit
267e0621
authored
Oct 24, 2003
by
Sam Hocevar
Browse files
* bootstrap: Fixed the "clean" rule in module subdirectories.
parent
b6563901
Changes
1
Hide whitespace changes
Inline
Side-by-side
bootstrap
View file @
267e0621
#! /bin/sh
## bootstrap file for the VLC media player
## $Id: bootstrap,v 1.7
4
2003/10/2
3
1
5:30:22
sam Exp $
## $Id: bootstrap,v 1.7
5
2003/10/2
4
1
1:53:59
sam Exp $
##
## Authors: Sam Hocevar <sam@zoy.org>
...
...
@@ -216,17 +216,17 @@ EOF
# work properly with any automake version I tested.
cat
>>
modules/
${
dir
}
/Makefile.am
<<
EOF
# The
${
mod
}
plugin
clean: clean-
${
mod
}
all: all-
${
mod
}
EOF
if
[
"
${
NODIST
}
"
!=
"#"
]
;
then
cat
>>
modules/
${
dir
}
/Makefile.am
<<
EOF
clean: clean-
${
mod
}
clean-
${
mod
}
:
-test -z "
\$
(nodist_SOURCES_
${
mod
}
)" || rm -f
\$
(nodist_SOURCES_
${
mod
}
)
EOF
fi
cat
>>
modules/
${
dir
}
/Makefile.am
<<
EOF
all: all-
${
mod
}
all-
${
mod
}
:
if BUILD_MOZILLA
@set fnord
\$\$
MAKEFLAGS; amf=
\$\$
2;
\\
...
...
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