diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-04 19:40:02 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-04 19:40:02 -0700 |
commit | 7c36bc7b7456225f613887a2b84ebefac2b1c208 (patch) | |
tree | 8722cdad5748a113924f7809d789aaefda94df4e /images/Makefile | |
parent | c8cb4bcadc32e59e98fc2901eb94830f600d5d28 (diff) | |
parent | 7a7e704fa3d79036da1f33013e761eb747b725f0 (diff) | |
download | uhd-7c36bc7b7456225f613887a2b84ebefac2b1c208.tar.gz uhd-7c36bc7b7456225f613887a2b84ebefac2b1c208.tar.bz2 uhd-7c36bc7b7456225f613887a2b84ebefac2b1c208.zip |
Merge branch 'good_stuff' into mb_eeprom
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/images/Makefile b/images/Makefile index 57277e787..a2e3d945b 100644 --- a/images/Makefile +++ b/images/Makefile @@ -119,6 +119,7 @@ $(BUILT_IMAGES_DIR): mkdir $@ images: $(BUILT_IMAGES_DIR) $(IMAGES_LIST) + chmod -x $(BUILT_IMAGES_DIR)/* clean: $(RM) -rf $(BUILT_IMAGES_DIR) |