all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#14833: make: *** No rule to make target `distclean'.  Stop.
@ 2013-07-09  8:35 Devon Sean McCullough
  2013-07-09 15:51 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Devon Sean McCullough @ 2013-07-09  8:35 UTC (permalink / raw)
  To: 14833

Bug in configure and/or the INSTALL documentation:

tar -xpzf emacs-24.3.tar.gz
cd emacs-24.3
./configure # ... configure: error: The following required libraries were not found ...
make distclean # make: *** No rule to make target `distclean'.  Stop.
cat INSTALL
...
  4. If you need to run the `configure' script more than once (e.g.,
     with some non-default options), always clean the source
     directories before running `configure' again:

		make distclean
		./configure
...
cd .. && rm -r emacs-24.3
# do over with different configure options until done

		Peace
			--Devon

P.S. Any bets on how soon spam hits this fresh mailbox?





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#14833: make: *** No rule to make target `distclean'.  Stop.
  2013-07-09  8:35 bug#14833: make: *** No rule to make target `distclean'. Stop Devon Sean McCullough
@ 2013-07-09 15:51 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2013-07-09 15:51 UTC (permalink / raw)
  To: Devon Sean McCullough; +Cc: 14833

Devon Sean McCullough wrote:

> ./configure # ... configure: error: The following required libraries were not found ...
> make distclean # make: *** No rule to make target `distclean'.  Stop.

If configure did not finish successfully, there are no Makefiles.
There is no need for you to clean, since nothing has been built.
This is not a bug and is not specific to Emacs.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-09 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-09  8:35 bug#14833: make: *** No rule to make target `distclean'. Stop Devon Sean McCullough
2013-07-09 15:51 ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.