Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 135688 Details for
Bug 110233
MLton 20070826 is out
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
makefile-mlton-20070826.patch
makefile-mlton-20070826.patch (text/plain), 1.99 KB, created by
Daniel Herzog
on 2007-11-10 23:02:47 UTC
(
hide
)
Description:
makefile-mlton-20070826.patch
Filename:
MIME Type:
Creator:
Daniel Herzog
Created:
2007-11-10 23:02:47 UTC
Size:
1.99 KB
patch
obsolete
>--- mlton/Makefile 2007-08-26 23:04:00.000000000 +0200 >+++ mlton/Makefile 2007-11-10 20:19:54.000000000 +0100 >@@ -12,7 +12,7 @@ > HOST_ARCH := $(shell "$(SRC)/bin/host-arch") > HOST_OS := $(shell "$(SRC)/bin/host-os") > LIB := $(BUILD)/lib >-MLTON := mlton >+MLTON := ../../usr/bin/mlton > TARGET := self > AOUT := mlton-compile > UP := upgrade-basis.sml >@@ -43,12 +43,12 @@ > endif > endif > >-ifeq (new,$(shell PATH="$(BIN):$$PATH"; mlton -target self >/dev/null 2>&1 && echo new)) >+ifeq (new,$(shell PATH="$(BIN):$$PATH"; $(MLTON) -target self >/dev/null 2>&1 && echo new)) > FLAGS += -target $(TARGET) > else > FLAGS += -host $(TARGET) > endif >-ifeq (new,$(shell PATH="$(BIN):$$PATH"; mlton -verbose 1 >/dev/null 2>&1 && echo new)) >+ifeq (new,$(shell PATH="$(BIN):$$PATH"; $(MLTON) -verbose 1 >/dev/null 2>&1 && echo new)) > FLAGS += -verbose 2 -output "$(AOUT)" > else > FLAGS += -v -o "$(AOUT)" >@@ -64,7 +64,7 @@ > front-end/mlb.lex.sml \ > front-end/mlb.grm.sig \ > front-end/mlb.grm.sml \ >- $(shell if [ -r $(FILE) ]; then mlton -stop f $(FILE); fi) >+ $(shell if [ -r $(FILE) ]; then $(MLTON) -stop f $(FILE); fi) > > .PHONY: all > all: $(AOUT) >@@ -82,7 +82,7 @@ > rm -f $(UP) > $(MAKE) $(UP) > @echo 'Compiling mlton (takes a while)' >- mlton $(FLAGS) $(FILE) >+ $(MLTON) $(FLAGS) $(FILE) > > #! Pass $(PATH) to upgrade-basis because it is run via #!/usr/bin/env > # bash, which resets the path. >@@ -90,11 +90,11 @@ > "$(SRC)/bin/upgrade-basis" '$(PATH)' "$(HOST_ARCH)" "$(HOST_OS)" >$(UP) > > mlton.sml: $(SOURCES) >- rm -f mlton.sml && mlton -stop sml mlton.cm && chmod -w mlton.sml >+ rm -f mlton.sml && $(MLTON) -stop sml mlton.cm && chmod -w mlton.sml > > .PHONY: def-use > def-use: >- mlton -stop tc -prefer-abs-paths true -show-def-use mlton.def-use $(FILE) >+ $(MLTON) -stop tc -prefer-abs-paths true -show-def-use mlton.def-use $(FILE) > > .PHONY: clean > clean: >@@ -168,5 +168,5 @@ > > .PHONY: warn > warn: >- mlton -stop tc -default-ann 'warnUnused true' $(FILE) \ >+ $(MLTON) -stop tc -default-ann 'warnUnused true' $(FILE) \ > >/tmp/z.warn 2>&1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 110233
:
71289
|
135587
|
135594
|
135683
|
135685
|
135686
| 135688 |
135690
|
135692
|
135694
|
135695
|
135697
|
135698
|
135758