Skip to content

Commit

Permalink
selftests: splice: override clean in lib.mk to fix warnings
Browse files Browse the repository at this point in the history
Add override with EXTRA_CLEAN for lib.mk clean to fix the following
warnings from clean target run.

Makefile:8: warning: overriding recipe for target 'clean'
../lib.mk:55: warning: ignoring old recipe for target 'clean'

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
  • Loading branch information
Shuah Khan committed Apr 27, 2017
1 parent 51c6bd7 commit de0c674
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/testing/selftests/splice/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ all: $(TEST_PROGS) $(EXTRA)

include ../lib.mk

clean:
rm -fr $(EXTRA)
EXTRA_CLEAN := $(EXTRA)

0 comments on commit de0c674

Please sign in to comment.