Actions
Feature #57
closed--remove-destination für Makefile
Start date:
01/11/2009
Due date:
% Done:
100%
Estimated time:
Description
Hi,
wär schön, wenn die cp-Anweisung im Makefile um --remove-destination ergänzt würde, damit man auch während laufendem VDR kompilieren kann. Also so:
cp --remove-destination $
$(LIBDIR)/$@.$(APIVERSION)
statt
cp $
$(LIBDIR)/$@.$(APIVERSION)
Ist bei vielen Plugins mittlerweile so Standard. Einziger Nachteil: Das alte linvdr kann mit dieser Option bei cp nichts anfangen.
bis denn,
winni
Updated by etobi almost 16 years ago
- Status changed from New to Assigned
- Assignee set to etobi
Thanks!
Updated by etobi almost 16 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Applied in changeset 46a50c3d3fff074f59d23c7173706069d67a96fd.
Actions