aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortjw <tjw@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-01-03 19:04:23 +0000
committertjw <tjw@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-01-03 19:04:23 +0000
commita32015aba74340b64d41d8c44bcb28bc0c25ebb3 (patch)
treef179d3286797d3d4153f946bc032c67633569239 /Makefile
parent1fe6df05a865cc0d1f713f95e3792882c99943b9 (diff)
downloadioquake3-aero-a32015aba74340b64d41d8c44bcb28bc0c25ebb3.tar.gz
ioquake3-aero-a32015aba74340b64d41d8c44bcb28bc0c25ebb3.zip
* print LDFLAGS summary in the make output after CFLAGS summary (Hobbes)
* Fix typo in make-macosx-ub.sh (Hobbes) git-svn-id: svn://svn.icculus.org/quake3/trunk@1247 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 03ba7b9..192d987 100644
--- a/Makefile
+++ b/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 \