[Webkit-unassigned] [Bug 16666] New: make distclean fails with the autotools based buildsystem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 29 06:41:52 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16666

           Summary: make distclean fails with the autotools based
                    buildsystem
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: freyther at handhelds.org


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


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list