Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

rules.mk clean rule contains extraneous rm in test #12

Closed
sgalgano opened this issue Mar 11, 2017 · 0 comments
Closed

rules.mk clean rule contains extraneous rm in test #12

sgalgano opened this issue Mar 11, 2017 · 0 comments
Assignees
Labels

Comments

@sgalgano
Copy link
Member

Some rules.mk clean rule items contain extraneous rm command in tests:

if test -n "rm -f $(GENERATED_EVENTDAEMONS)"; then rm -f $(GENERATED_EVENTDAEMONS); fi
if test -n "rm -f $(GENERATED_GPSDLOCATIONAGENTS)"; then rm -f $(GENERATED_GPSDLOCATIONAGENTS); fi
if test -n "rm -f $(GENERATED_MGENINPUTS)"; then rm -f $(GENERATED_MGENINPUTS); fi
if test -n "rm -f $(GENERATED_ROUTINGCONFS)"; then rm -f $(GENERATED_ROUTINGCONFS); fi
if test -n "rm -f $(GENERATED_EXTRA)"; then rm -f $(GENERATED_EXTRA); fi
if test -n "rm -f $(GENERATED_OTESTPOINTDS)"; then rm -f $(GENERATED_OTESTPOINTDS); fi
if test -n "rm -f $(GENERATED_OTESTPOINTRECORDERS)"; then rm -f $(GENERATED_OTESTPOINTRECORDERS); fi
@sgalgano sgalgano added the bug label Mar 11, 2017
@sgalgano sgalgano self-assigned this Mar 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant