Silent-Tears
IPPF-Promi
- Mitglied seit
- 3 Aug 2007
- Beiträge
- 7,456
- Punkte für Reaktionen
- 1
- Punkte
- 0
# cd /var/tmp
# cat update_error.log
tar: invalid tar magic
diff --git a/Makefile b/Makefile
index d3ec933..c1d1bf6 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,10 @@ endif
# Simple checking of build prerequisites
ifneq ($(NO_PREREQ_CHECK),y)
+# git-svn removes empty directories, check for one of them:
+ifneq (OK,$(shell [ -d $(ROOT_DIR)/sys ] && echo OK ))
+$(error "ERROR:The empty directory root/sys is missing, stopping")
+endif
ifneq ($(shell $(CHECK_PREREQ_TOOL) \
$$(cat .build-prerequisites) \
>&2 \