fixup! Makefile: export helpers, improve install target
This commit is contained in:
parent
b75a87a614
commit
5ca5e6972b
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -134,10 +134,6 @@ EXPORT_FLAGS_TEMPLATE := $(file < $(AM_HOME)/scripts/templates/flags.tmpl)
|
||||||
HELPERS := $(wildcard find scripts/helpers/*.mk)
|
HELPERS := $(wildcard find scripts/helpers/*.mk)
|
||||||
EXPORT_HELPERS := $(HELPERS:scripts/helpers/%=$(LIB_INSTALLDIR)/make/%)
|
EXPORT_HELPERS := $(HELPERS:scripts/helpers/%=$(LIB_INSTALLDIR)/make/%)
|
||||||
|
|
||||||
test:
|
|
||||||
@echo $(EXPORT_HELPERS)
|
|
||||||
@echo $(LIB_INSTALLDIR)
|
|
||||||
|
|
||||||
EXPORTS := $(EXPORT_FLAGS_FILE) $(EXPORT_HELPERS)
|
EXPORTS := $(EXPORT_FLAGS_FILE) $(EXPORT_HELPERS)
|
||||||
|
|
||||||
$(EXPORT_HELPERS): $(LIB_INSTALLDIR)/make/%: scripts/helpers/%
|
$(EXPORT_HELPERS): $(LIB_INSTALLDIR)/make/%: scripts/helpers/%
|
||||||
|
|
Loading…
Add table
Reference in a new issue