Bug 16666 - make distclean fails with the autotools based buildsystem
Summary: make distclean fails with the autotools based buildsystem
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2007-12-29 06:41 PST by Holger Freyther
Modified: 2007-12-30 10:51 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Freyther 2007-12-29 06:41:52 PST
The error:
GNUmakefile:20765: *** unterminated variable reference.  Stop.

How to reproduce:
configure, start make, ctrl-c, make distclean => error

The lines of GNUmakefile:
# Project-wide clean rules
clean-local:
·       -rm -rf $(GENSOURCES)
·       -rm -f $(top_builddir)/Programs/GtkLauncher $(top_builddir)/Programs/DumpRenderTree
·       -rm -f $(top_builddir)/Programs/testkjs $(top_builddir)/Programs/dftables
·       -rm -f $(top_builddir/WebKit/gtk/WebKitGtk-1.0.pc


the offending line is:
20765 is -rm -rf $(GENSOURCES)

# Directory for autogenerated sources
GENSOURCES := $(top_builddir)/DerivedSources
Comment 1 Jan Alonzo 2007-12-30 00:45:51 PST
This bug has been fixed by http://trac.webkit.org/projects/webkit/changeset/29033. It's ok to close this now.
Comment 2 Matt Lilek 2007-12-30 10:51:10 PST
Closing per comment #1.