forked from remote/site-ffmuc
Fetch from gluon origin before checking out a revision
This commit is contained in:
2
Makefile
2
Makefile
@@ -30,7 +30,7 @@ ${GLUON_BUILD_DIR}:
|
|||||||
git clone ${GLUON_GIT_URL} ${GLUON_BUILD_DIR}
|
git clone ${GLUON_GIT_URL} ${GLUON_BUILD_DIR}
|
||||||
|
|
||||||
gluon-prepare: ${GLUON_BUILD_DIR}
|
gluon-prepare: ${GLUON_BUILD_DIR}
|
||||||
(cd ${GLUON_BUILD_DIR} && git checkout -q ${GLUON_GIT_REF})
|
(cd ${GLUON_BUILD_DIR} && git fetch origin && git checkout -q ${GLUON_GIT_REF})
|
||||||
ln -sfT .. ${GLUON_BUILD_DIR}/site
|
ln -sfT .. ${GLUON_BUILD_DIR}/site
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Reference in New Issue
Block a user