Commit 70e263eb authored by Adam Wujek's avatar Adam Wujek 💬 Committed by Grzegorz Daniluk

Makefile: add .config to .PHONY

To avoid triggering .config target at clean
Also in PPSI
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent c85a709a
......@@ -30,7 +30,7 @@ rm -rf $size_info_file
for c in $configs; do
echo "##### Building with '$c'"
make -s clean; rm ppsi/.config; touch ppsi/.config
make -s clean; rm -f ppsi/.config
if ! make $c 2>&1 >> $T; then
echo "Error in configuration (see $T)"
exit 1
......
# Tomasz Wlostowski for CERN, 2011,2012
-include $(CURDIR)/.config
.PHONY: $(CURDIR)/.config
CROSS_COMPILE ?= lm32-elf-
......
ppsi @ 6be2d811
Subproject commit c3492902f225a1fd22d896cccb85f213e3351e51
Subproject commit 6be2d811aa3b6123f75fb3cbc8937e920cff5d98
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment