1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

do not fail if directories already exist

This commit is contained in:
Steffen Vogel 2016-03-30 13:04:19 +02:00
parent 9a53fab0fa
commit b947e6291a
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ init.h: init.bin
$Q@echo "};" >> $@
iso:
mkdir iso
mkdir -p iso
proxy: iso $(PROXYFILES)
@echo [PROXY] Create proxy files

View file

@ -10,7 +10,7 @@ NEWLIB = $(TOPDIR)/$(ARCH)/$(TARGET)
RM = rm -rf
CD = cd
CP = cp
MKDIR = mkdir
MKDIR = mkdir -p
TMP = $(TOPDIR)/tmp
OPT = --disable-shared --disable-multilib --enable-lto --enable-newlib-hw-fp --enable-newlib-io-c99-formats --enable-newlib-multithread #--enable-newlib-reent-small