Silenced errors and warnings regarding missing extensions

This commit is contained in:
Wolfgang Sourdeau
2012-10-05 10:14:55 -04:00
parent b2ee81f75a
commit 42ef6afd8b

View File

@@ -2,7 +2,7 @@
include ../common.make
WEBSERVER_RESOURCE_FILES = $(shell ls *css *ico *js *gif *png *html *txt)
WEBSERVER_RESOURCE_FILES = $(shell ls *css *ico *js *gif *png *html *txt >/dev/null 2>&1)
all ::