mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-04 16:30:48 -08:00
Ensure directories exist
This commit is contained in:
parent
e6344bbf0d
commit
ee6956e3de
2 changed files with 3 additions and 0 deletions
|
|
@ -279,6 +279,8 @@ eclgc.lib:
|
|||
$(MAKE) $(GCFLAGS) "ECL_THREADS = $(ECL_THREADS)" "MFLAGS = $(MFLAGS)" gc.lib
|
||||
$(CP) gc.lib ..\eclgc.lib
|
||||
cd ..
|
||||
mkdir ecl\gc
|
||||
mkdir ecl\gc\private
|
||||
for %h in (gc.h gc_local_alloc.h gc_pthread_redirects.h \
|
||||
gc_config_macros.h leak_detector.h gc_typed.h \
|
||||
private\gc_priv.h private\gcconfig.h gc_mark.h) \
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@ all: $(DPP) ecl\external.h ..\eclmin.lib ..\cinit.obj
|
|||
# in the library and can be referenced without indirection.
|
||||
#
|
||||
ecl\external.h: $(top_srcdir)/h/external.h Makefile
|
||||
mkdir ecl
|
||||
cut.exe removedecl < $(top_srcdir)/h/external.h > $@
|
||||
|
||||
cut.exe: $(top_srcdir)/util/cut.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue