mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 12:12:35 +03:00
Create directories before compiling templates. I do not understand why this isn't a problem for Jenkins.
This commit is contained in:
parent
2385f8269a
commit
b736ea73d4
1
Makefile
1
Makefile
@ -485,6 +485,7 @@ CLEAN_TEMPLATES += !NetSurf/Resources/$(1)/Templates$$(TPLEXT)
|
||||
define compile_template
|
||||
!NetSurf/Resources/$(1)/Templates$$(TPLEXT): $(2)
|
||||
$$(VQ)echo "TEMPLATE: $(2)"
|
||||
$$(Q)mkdir -p !NetSurf/Resources/$(1)
|
||||
$$(Q)$$(CC) -x c -E -P $$(CFLAGS) $(2) | $$(CCRES) - $$@
|
||||
CLEAN_TEMPLATES += !NetSurf/Resources/$(1)/Templates$$(TPLEXT)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user