~saiarcot895/chromium-browser/chromium-browser.oneiric.beta

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Saikrishna Arcot
  • Date: 2013-04-15 21:07:23 UTC
  • Revision ID: saiarcot895@gmail.com-20130415210723-7dss12268se357d6
Update variables used in configure-stamp

Show diffs side-by-side

added added

removed removed

Lines of Context:
349
349
        dh_clean
350
350
 
351
351
configure: configure-stamp
 
352
configure-stamp: GYP_ENV = GYP_GENERATORS=make
 
353
configure-stamp: GYP_ENV += GYP_DEFINES="$(GYP_DEFINES) $(BROWSER_GYP_DEFINES)"
352
354
configure-stamp:
353
355
        dh_testdir
354
356
        
365
367
        sed -i 's,/etc/chromium/policies,/etc/$(DEBIAN_NAME)/policies,' \
366
368
                $(DEB_TAR_SRCDIR)/chrome/common/chrome_paths.cc
367
369
        
368
 
        cd $(SRC_DIR) && $(GYP_ENV) $(CROSS_BUILD) python build/gyp_chromium --no-circular-check build/all.gyp
 
370
        cd $(SRC_DIR) && $(GYP_ENV) $(CROSS_BUILD) python build/gyp_chromium build/all.gyp $(GYP_PARAMS)
369
371
        # Populate the LASTCHANGE file template as we no longer have the VCS
370
372
        # files at this point
371
373
        echo "$(DEBIAN_REVISION)" > $(SRC_DIR)/build/LASTCHANGE.in