[Buildroot] svn commit: trunk/buildroot/scripts

ulf at uclibc.org ulf at uclibc.org
Sun Apr 6 10:01:30 UTC 2008


Author: ulf
Date: 2008-04-06 03:01:29 -0700 (Sun, 06 Apr 2008)
New Revision: 21649

Log:
Fix bad use of symbol

Modified:
   trunk/buildroot/scripts/get_linux_config.sh


Changeset:
Modified: trunk/buildroot/scripts/get_linux_config.sh
===================================================================
--- trunk/buildroot/scripts/get_linux_config.sh	2008-04-06 08:19:58 UTC (rev 21648)
+++ trunk/buildroot/scripts/get_linux_config.sh	2008-04-06 10:01:29 UTC (rev 21649)
@@ -8,6 +8,7 @@
 LINUX26_DIR=$2
 
 cd ${TOPDIR}/${BOARD_PATH}
+mkdir -p ${LINUX26_DIR}
 for i in `ls *linux*.config` ; do
 	echo Copying $i ...
 	cp $i ${LINUX26_DIR}/.config




More information about the buildroot mailing list