]> Zhao Yanbai Git Server - minix.git/commit
releasetools/*image.sh 04/2704/1
authorLionel Sambuc <lionel@minix3.org>
Fri, 8 Aug 2014 12:05:25 +0000 (14:05 +0200)
committerLionel Sambuc <lionel@minix3.org>
Fri, 8 Aug 2014 15:42:41 +0000 (17:42 +0200)
commit17eed55f28be7440cc5d9a2e10fe47ed41e328ca
treeae25f9b7dccf9c1334fd6a9139f0ef4d2295774c
parentb06a8f390e051bc6d09e65db1156fb989c7b7008
releasetools/*image.sh

 - Removed an "export CPPFLAGS=${FLAG}" which prevented proper settings
   from the environment to be passed to the build step.

 - Re-arranged variable settings at the top, so that we don't need
   to evaluate the argument to vfat mkfs command anymore in
   arm_sdimage.sh

 - "Merged" both script for easier comparison in the future.

Change-Id: Id59f902e4eaeb7f268d5051789462f14421a114a
releasetools/arm_sdimage.sh
releasetools/x86_hdimage.sh