mirror of
git://git.sv.nongnu.org/freetype/freetype2.git
synced 2026-01-19 04:52:09 +00:00
* builds/toplevel.mk (do-dist): Download shallow clone of config.git.
No need for any other commit than the current one.
This commit is contained in:
@@ -300,7 +300,7 @@ do-dist: distclean refdoc
|
||||
rm -rf $(TOP_DIR)/builds/unix/autom4te.cache
|
||||
|
||||
rm -rf $(GNU_CONFIG_DESTDIR)
|
||||
git clone https://git.savannah.gnu.org/git/config.git $(GNU_CONFIG_DESTDIR)
|
||||
git clone --depth=1 $(GNU_CONFIG_GIT_URL) $(GNU_CONFIG_DESTDIR)
|
||||
cp $(CONFIG_GUESS) $(TOP_DIR)/builds/unix
|
||||
cp $(CONFIG_SUB) $(TOP_DIR)/builds/unix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user