You've already forked linux-packaging-mono
Imported Upstream version 3.8.0
Former-commit-id: 6a76a29bd07d86e57c6c8da45c65ed5447d38a61
This commit is contained in:
@@ -65,8 +65,8 @@ EXTRA_DISTFILES = \
|
||||
$(xmlfiles_files:%=Test/XmlFiles/%) \
|
||||
$(nist_dom_files:%=Test/System.Xml/nist_dom/%)
|
||||
|
||||
System.Xml.XPath/Parser.cs: System.Xml.XPath/Parser.jay $(topdir)/jay/skeleton.cs
|
||||
(cd System.Xml.XPath; $(topdir)/../jay/jay -ct < $(topdir)/../jay/skeleton.cs Parser.jay >> Parser.cs)
|
||||
System.Xml.XPath/$(PROFILE)_Parser.cs: System.Xml.XPath/Parser.jay $(topdir)/jay/skeleton.cs
|
||||
(cd System.Xml.XPath; $(topdir)/../jay/jay -ct < $(topdir)/../jay/skeleton.cs Parser.jay >> $(PROFILE)_Parser.cs)
|
||||
|
||||
Mono.Xml.Xsl/$(PROFILE)_PatternParser.jay: System.Xml.XPath/Parser.jay $(topdir)/jay/skeleton.cs
|
||||
sed "s/\%start Expr/\%start Pattern/" $< >$@
|
||||
@@ -80,12 +80,12 @@ Mono.Xml.Xsl/$(PROFILE)_PatternTokenizer.cs: System.Xml.XPath/Tokenizer.cs
|
||||
cat $< >>$@
|
||||
|
||||
ifneq (moonlight_raw, $(PROFILE))
|
||||
BUILT_SOURCES = System.Xml.XPath/Parser.cs \
|
||||
BUILT_SOURCES = System.Xml.XPath/$(PROFILE)_Parser.cs \
|
||||
Mono.Xml.Xsl/$(PROFILE)_PatternParser.cs \
|
||||
Mono.Xml.Xsl/$(PROFILE)_PatternTokenizer.cs
|
||||
|
||||
CLEAN_FILES = Test/XmlFiles/xsl/result.xml \
|
||||
System.Xml.XPath/Parser.cs \
|
||||
System.Xml.XPath/$(PROFILE)_Parser.cs \
|
||||
Mono.Xml.Xsl/$(PROFILE)_PatternParser.cs \
|
||||
Mono.Xml.Xsl/$(PROFILE)_PatternTokenizer.cs
|
||||
endif
|
||||
|
Reference in New Issue
Block a user