projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
give a more useful message when the static flags have not been initialised (#1938)
[ghc-hetmet.git]
/
utils
/
genargs
/
Makefile
1
comma = ,
2
BAR= "-L\"foo bar\""
3
FOO= $(patsubst %,$(comma)"%",$(BAR))
4
5
test:
6
@echo "$(FOO)"
7
@echo "$(BAR)" | $(PERL) genargs.pl -comma
8
@echo