~pali/+junk/mesa-packaging

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Pali Rohár
  • Date: 2015-11-22 15:53:50 UTC
  • Revision ID: pali.rohar@gmail.com-20151122155350-eu1u06abk5s190ub
Use make V=1

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
                     --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
262
262
                     --localstatedir=/var $(confflags) $(confflags-$*) \
263
263
                     ac_cv_path_LLVM_CONFIG=llvm-config-3.7
264
 
        cd $(DEB_BUILD_DIR)/$* && $(MAKE)
 
264
        cd $(DEB_BUILD_DIR)/$* && $(MAKE) V=1
265
265
 
266
266
        # Remove extra po files.  These confuse pkgstriptranslations
267
267
        # and aren't shipped anyway.