[FFmpeg-devel] distclean and depend
Attila Kinali
attila
Sun Jun 22 13:31:27 CEST 2008
On Fri, 20 Jun 2008 19:48:09 +0200
matthieu castet <castet.matthieu at free.fr> wrote:
> ifeq ($(filter distclean,$(MAKECMDGOALS)),)
> -include $(DEPS)
> endif
This has the problem, that running `make distclean all` will
fail because the dependencies are not included. Unoftunately,
even the make manual doesn't have any better solution for
this[1].
Attila Kinali
[1] http://www.gnu.org/software/make/manual/make.html#Goals
--
The true CS students do not need to know how to program.
They learn how to abstract the process of programming to
the point of making programmers obsolete.
-- Jabber in #holo
More information about the ffmpeg-devel
mailing list