~epii/+junk/chromiumos-autobuilder

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: help
  • Date: 2012-06-30 15:14:25 UTC
  • Revision ID: help-20120630151425-zjncd2w069w1jyuy
.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
apply-patches: apply-patches-stamp
80
80
apply-patches-stamp: update-repos-stamp
81
81
        -quilt pop -a -f
82
 
        quilt push -a
 
82
        #quilt push -a
83
83
        touch $@
84
84
 
85
85
# update chroot environment
148
148
build-packages: build-packages-stamp
149
149
build-packages-stamp: configure-all-stamp
150
150
        cd $(SRC_DIR) && \
151
 
        cros_sdk -- ./build_packages --retries 3 --board $(BOARD) --usepkg --jobs $(JOBS)
 
151
        cros_sdk -- ./build_packages --board $(BOARD) --usepkg --jobs $(JOBS)
152
152
        touch $@
153
153
 
154
154
build-image: build-image-stamp