rules.mk: Add target trace-marks

This commit is contained in:
Jan Lindemann 2007-02-23 01:05:15 +00:00 committed by Jan Lindemann
commit bd26315c1f

View file

@ -313,3 +313,9 @@ echo-development:
echo-libpath:
@echo LD_LIBRARY_PATH = $(LD_LIBRARY_PATH)
trace-marks:
for f in $(ALL_CPP); do \
sed 's/^{$$/{_/' $$f > $$f.rep ;\
cp $$f.rep $$f ;\
done