Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 46bc4a1

Browse files
matthewr-xilinxjfeather-amd
authored andcommitted
ON-16665: update Makefile for onload/extensions so 'make all' is default target
1 parent c1926f3 commit 46bc4a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/tests/onload/extensions/Makefile‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ MMAKE_EXTLIBS := -L../../../../build/gnu_x86_64/lib/onload_ext/ \
1818
-lonload_ext -lpthread
1919
CC := gcc
2020

21+
.PHONY: all test targets clean
22+
all: $(TARGETS)
23+
2124
%.o: %.c
2225
@$(CC) $(MMAKE_CFLAGS) -c $^
2326

@@ -50,8 +53,6 @@ test: $(TARGETS)
5053
LD_PRELOAD="./libpthread_intercept.so.1.0.0.1 libonload.so" \
5154
./libpthread_test
5255

53-
all: $(TARGETS)
54-
5556
targets:
5657
@echo $(TARGETS) test
5758

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /