mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
rules.mk: Add target remove-trace-marks
Signed-off-by: Jan Lindemann <jan@jannet.de>
This commit is contained in:
parent
cf5cb770ae
commit
6e706715a0
1 changed files with 6 additions and 0 deletions
|
|
@ -174,6 +174,12 @@ trace-marks:
|
|||
cp $$f.rep $$f ;\
|
||||
done
|
||||
|
||||
remove-trace-marks:
|
||||
for f in $(ALL_CPP); do \
|
||||
$(SED) 's/^{_$$/{/' $$f > $$f.rep ;\
|
||||
cp $$f.rep $$f ;\
|
||||
done
|
||||
|
||||
core-pattern:
|
||||
echo core.%e.%p | sudo tee /proc/sys/kernel/core_pattern
|
||||
ifneq ($(TARGET),mingw)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue