~ubuntu-branches/debian/sid/elinks/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Moritz Muehlenhoff
  • Date: 2013-09-18 16:43:12 UTC
  • Revision ID: package-import@ubuntu.com-20130918164312-1gu4ia8scc2u4wje
Tags: 0.12~pre6-2
* Remove 05_skip-xmlto-validation.diff, no longer needed. Thanks to
  Ahmed El-Mahmoudy for the report.
* Pass --disable-silent-rules to configure to avoid silent build
  logs. Tools like blhc and toolchain maintainers need full logs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
        mkdir $(CURDIR)/build-main && cd $(CURDIR)/build-main && \
134
134
                $(CURDIR)/configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
135
135
                $(confopts_main) CPPFLAGS="$(CPPFLAGS_COMMON)" CFLAGS="$(CFLAGS_COMMON)" LDFLAGS="$(LDFLAGS_COMMON)"
136
 
        $(MAKE) -C $(CURDIR)/build-main
 
136
        $(MAKE) -C $(CURDIR)/build-main V=1
137
137
        mkdir $(CURDIR)/build-lite && cd $(CURDIR)/build-lite && \
138
138
                $(CURDIR)/configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
139
139
                $(confopts_lite) CPPFLAGS="$(CPPFLAGS_COMMON)" CFLAGS="$(CFLAGS_COMMON) $(CFLAGS_LITE)" LDFLAGS="$(LDFLAGS_COMMON)"
140
 
        $(MAKE) -C $(CURDIR)/build-lite
 
140
        $(MAKE) -C $(CURDIR)/build-lite V=1
141
141
        touch $@
142
142
 
143
143
build-indep: build-indep-stamp