Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298204
b: refs/heads/master
c: 0928061
h: refs/heads/master
v: v3
  • Loading branch information
Josh Boyer authored and Michal Marek committed Mar 24, 2012
1 parent 6e81c80 commit 0a72fd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d09598d488f081e3be23f885ed65cbbe2d073b5
refs/heads/master: 09280615a0d924b3ab79acbff950f92c3420fd76
6 changes: 5 additions & 1 deletion trunk/scripts/kconfig/merge_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,16 @@ while true; do
esac
done


INITFILE=$1
shift;

MERGE_LIST=$*
SED_CONFIG_EXP="s/^\(# \)\{0,1\}\(CONFIG_[a-zA-Z0-9_]*\)[= ].*/\2/p"
TMP_FILE=$(mktemp ./.tmp.config.XXXXXXXXXX)

echo "Using $INITFILE as base"
cat $INITFILE > $TMP_FILE

# Merge files, printing warnings on overrided values
for MERGE_FILE in $MERGE_LIST ; do
echo "Merging $MERGE_FILE"
Expand Down

0 comments on commit 0a72fd5

Please sign in to comment.