chiark
/
gitweb
/
~mdw
/
fringe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
43aab76
)
Makefile: Tweak various compiler options for quieter builds.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 20 Jun 2010 12:02:30 +0000
(13:02 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 20 Jun 2010 12:02:30 +0000
(13:02 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 11e3da608cd9e1de478e112176c6fadd31405e24..7a4f5530f8b217e7d7bbc6950d4e072314992579 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-97,12
+97,12
@@
haskell-fringe: haskell-fringe.o
### Icon.
ICONT = icont
### Icon.
ICONT = icont
-IFLAGS = -u -fa
+IFLAGS = -u -
s -
fa
LANGS += icon
SOURCES += icon-fringe.icn
icon-fringe: icon-fringe.icn
LANGS += icon
SOURCES += icon-fringe.icn
icon-fringe: icon-fringe.icn
- $(call v_echo,ICONT)$(ICONT) -o $@ $^
+ $(call v_echo,ICONT)$(ICONT)
$(IFLAGS)
-o $@ $^
###--------------------------------------------------------------------------
### Common Lisp.
###--------------------------------------------------------------------------
### Common Lisp.
@@
-111,8
+111,8
@@
CLEANFILES += *.core *.fasl
.SUFFIXES: .lisp .fasl
.lisp.fasl:
.SUFFIXES: .lisp .fasl
.lisp.fasl:
- $(call v_echo,CL)sbcl --eval \
- '(quit :unix-status (if (compile-file "$<") 0 1))'
+ $(call v_echo,CL)sbcl --
noinform --
eval \
+ '(quit :unix-status (if (compile-file "$<"
:verbose nil :print nil
) 0 1))'
LANGS += cl
SOURCES += cl-fringe.lisp
LANGS += cl
SOURCES += cl-fringe.lisp
@@
-124,9
+124,10
@@
cl-fringe: cl-fringe.fasl
### F#.
FSC = fsc
### F#.
FSC = fsc
+FSCFLAGS =
CLEANFILES += *.exe
.SUFFIXES: .fs .exe
CLEANFILES += *.exe
.SUFFIXES: .fs .exe
-.fs.exe:; $(call v_echo,FSC)$(FSC) -o $@ $<
+.fs.exe:; $(call v_echo,FSC)$(FSC) -
-nologo $(FSCFLAGS) -
o $@ $<
LANGS += f\#
SOURCES += f\#-fringe.fs
LANGS += f\#
SOURCES += f\#-fringe.fs