[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about configure/Makefile
- Subject: Re: Question about configure/Makefile
- From: rolland (dot) santimano (at) yahoo (dot) com
- Date: Sun, 2 Nov 2008 18:51:07 -0800 (PST)
- Message-id: <17696 (dot) 68208 (dot) qm (at) web36708 (dot) mail (dot) mud (dot) yahoo (dot) com>
I don't have the answer to your quesn, but it would be really nice to be able to also log the long form of the compile cmd. This would be useful in 2 cases:
[1] debug the compile process itself
[2] figure out compile flags, headers & libs, etc that get passed for each file
Maybe an option to toggle between short & long form output, but which defaults to long form ?
----- Original Message ----
From: Carlos R. Mafra <crmafra@gmail.com>
Sent: Monday, November 3, 2008 6:36:42 AM
I was trying to beautify the compilation of wmaker, so that instead of all those long messages
gcc -DHAVE_CONFIG_H -I. -I../wrlib -I../WINGs -I/usr/local/include -DLOCALEDIR=\"/usr/local/lib/locale\" -fno-strict-aliasing -g -O2 -c actions.c
gcc -DHAVE_CONFIG_H -I. -I../wrlib -I../WINGs -I/usr/local/include -DLOCALEDIR=\"/usr/local/lib/locale\" -fno-strict-aliasing -g -O2 -c appicon.c
now I have something like this,
Compiling actions.o
Compiling appicon.o
.
--
To unsubscribe, send mail to wmaker-dev-unsubscribe@lists.windowmaker.info.