X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2FMakefile.tpl;h=5c796c3aef0f4d85c1dcbc762da56ebdbbaad848;hb=eff15be7c050cd7c614b52b997161558bfbc7ab9;hp=5317079ed1780451363794bdc9ed56aae440f6cf;hpb=6afcf1f9b14d9ad0111daea549cb0db5bf7f9009;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/Makefile.tpl b/Usermode/Libraries/Makefile.tpl index 5317079e..5c796c3a 100644 --- a/Usermode/Libraries/Makefile.tpl +++ b/Usermode/Libraries/Makefile.tpl @@ -42,8 +42,9 @@ all: _libs $(_BIN) $(_XBIN) .PHONY: _libs +.PRECIOUS: .no -HEADERS := $(patsubst include_exp/%,../../include/%,$(shell find include_exp/ -name \*.h)) +HEADERS := $(patsubst include_exp/%,../../include/%,$(shell find include_exp/ -name \*.h 2>/dev/null)) _libs: $(HEADERS) ../../include/%: include_exp/% @@ -58,6 +59,7 @@ generate_exp: $(UTESTS:%=EXP_%.txt) @echo > /dev/null utest-build: $(UTESTS:%=TEST_%) + @echo > /dev/null utest-run: $(UTESTS:%=runtest-%) @echo > /dev/null