mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
rules.mk: Add target trace-marks
This commit is contained in:
parent
c2db500a6e
commit
bd26315c1f
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue