* print LDFLAGS summary in the make output after CFLAGS summary (Hobbes)
* Fix typo in make-macosx-ub.sh (Hobbes)
This commit is contained in:
parent
cabf9b74f9
commit
ff84183fe7
2 changed files with 7 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -854,6 +854,12 @@ targets: makedirs
|
|||
echo " $$i"; \
|
||||
done
|
||||
@echo ""
|
||||
@echo " LDFLAGS:"
|
||||
@for i in $(LDFLAGS); \
|
||||
do \
|
||||
echo " $$i"; \
|
||||
done
|
||||
@echo ""
|
||||
@echo " Output:"
|
||||
@for i in $(TARGETS); \
|
||||
do \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue