Skip to content

Commit 3839ccf

Browse files
committed
Removed extraneous 'echo' comments.
- Removed 'echo' comments about SDK needing to be located in /Developer. This is no longer the case after commit b15bf7d.
1 parent 019b425 commit 3839ccf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: Makefile.macosx

-8
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111

1212

1313
all : direwolf decode_aprs text2tt tt2text ll2utm utm2ll aclients atest log2gpx gen_packets ttcalc direwolf.conf
14-
@echo " "
15-
@echo "Next step install with: "
16-
@echo " "
17-
@echo " sudo make install"
18-
@echo " "
19-
@echo "System SDK's (10.8 - 10.10) must be located here to make use of them. "
20-
@echo " /Developer/SDKs "
21-
@echo " "
2214

2315
SDK_PATH := $(shell xcrun --show-sdk-path)
2416
SDK_VERSION := $(shell xcrun --show-sdk-version)

0 commit comments

Comments
 (0)