Signed-off-by: Sylvain 'GarthPS' Paré <[email protected]>
---
 Makefile |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index ec03f70..0c6974c 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,9 @@ update:
        [ ! -e meta-openembedded ] || ${MAKE} update-meta-openembedded
        [ ! -e meta-smartphone ]   || ${MAKE} update-meta-smartphone
        [ ! -e shr-unstable ] || ${MAKE} update-shr-unstable
-       [ ! -e shr-testing ]  || ${MAKE} update-shr-testing 
+       [ ! -e shr-testing ]  || ${MAKE} update-shr-testing
+       [ ! -e shr-core ]  || ${MAKE} update-shr-core-conffiles
+       [ ! -e aurora ]  || ${MAKE} update-aurora-conffiles
        [ ! -e bitbake ]      || ${MAKE} update-bitbake
 
 .PHONY: status
@@ -372,6 +374,18 @@ update-meta-smartphone: meta-smartphone/.git/config
          git checkout --no-track -b ${BRANCH_META_SMARTPHONE} 
origin/${BRANCH_META_SMARTPHONE} ; \
          git reset --hard origin/${BRANCH_META_SMARTPHONE} )
 
+update-shr-core-conffiles: shr-core/.configured
+       @echo "checking shr-core config files for updates"
+       [ '$(shell date -r common/conf/shr-core/auto.conf)' == '$(shell date -r 
shr-core/conf/auto.conf)' ] || cp common/conf/shr-core/auto.conf 
shr-core/conf/auto.conf
+       [ '$(shell date -r common/conf/shr-core/bblayers.conf)' == '$(shell 
date -r shr-core/conf/bblayers.conf)' ] || cp 
common/conf/shr-core/bblayers.conf shr-core/conf/bblayers.conf
+       [ '$(shell date -r common/conf/shr-core/site.conf)' == '$(shell date -r 
shr-core/conf/site.conf)' ] || cp common/conf/shr-core/site.conf 
shr-core/conf/site.conf
+
+update-aurora-conffiles: aurora/.configured
+       @echo "checking aurora config files for updates"
+       [ '$(shell date -r common/conf/aurora/auto.conf)' == '$(shell date -r 
aurora/conf/auto.conf)' ] || cp common/conf/aurora/auto.conf 
aurora/conf/auto.conf
+       [ '$(shell date -r common/conf/aurora/bblayers.conf)' == '$(shell date 
-r aurora/conf/bblayers.conf)' ] || cp common/conf/aurora/bblayers.conf 
aurora/conf/bblayers.conf
+       [ '$(shell date -r common/conf/aurora/site.conf)' == '$(shell date -r 
aurora/conf/site.conf)' ] || cp common/conf/aurora/site.conf 
aurora/conf/site.conf
+
 .PHONY: status-common
 status-common: common/.git/config
        ( cd common ; git diff --stat )
-- 
1.7.4.1

_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to