Hello all,
I'm still learning my ropes at writing Makefiles and make descriptor files.
I can't seem to get the filter-out option working properly. Despite filling
out
FILTER_OUT = somefile.cpp
SRC_CC += $(filter-out $(FILTER_OUT),$(notdir $(wildcard
$(SRC_DIR)/subdirs/*.cpp)))
the build system continues to add these to the set of files to be built.
Next, most of the screen is bombarded with unused-variable and
unused-function warnings. I tried to suppress them as mentioned in the
build system manual with the
CC_OPT += -Wunused-function -Wunused-variable
Build system still throws the above warnings. Are the spacing and/or use of
commas crucial to the build system?
Thanks and regards,
Aditya
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main