summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-08-04 00:47:58 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-04 00:47:58 +0000
commitd6176d16a2ff57511f229301c8206d938de79215 (patch)
treea7812c73dd00bacd58883c95993f1f73e7dd19bc
parentaeb8715da4be5c1d40f54be366316e66394f0692 (diff)
parent5a716813245202993b3567d052cd4e931704c1bb (diff)
merge of 40be5a90a4f27ecdfe881b399fe0898cbff584a2
and 49bd102cddb83f75d9def61e0de89a2403e6e48d
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 785a0acc26..23acb086ca 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ setup-unslung setup-openslug setup-ucslugc: setup-%: MT/.configured
[ -e $*/bitbake ] || ( cd $* ; ln -s ../bitbake . )
[ -e $*/openembedded ] || ( cd $* ; ln -s ../openembedded . )
[ -d $*/conf ] || ( mkdir -p $*/conf )
- [ ! -f $*/conf/local.conf ] || ( cd $*/conf ; mv local.conf local.conf.delete-me )
+ [ ! -f $*/conf/local.conf -o -e $*/conf/auto.conf ] || ( cd $*/conf ; mv local.conf local.conf.delete-me )
[ -e $*/conf/local.conf.sample ] || ( cd $*/conf ; ln -s ../../common/conf/local.conf.sample . )
[ -e $*/conf/site.conf ] || ( cd $*/conf ; ln -s ../../common/conf/site.conf . )
[ ! -f $*/conf/auto.conf ] || ( cd $*/conf ; rm -f auto.conf )