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:
parent
9a53fab0fa
commit
b947e6291a
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ init.h: init.bin
|
|||
$Q@echo "};" >> $@
|
||||
|
||||
iso:
|
||||
mkdir iso
|
||||
mkdir -p iso
|
||||
|
||||
proxy: iso $(PROXYFILES)
|
||||
@echo [PROXY] Create proxy files
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue