Skip to content

Commit

Permalink
copy comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Jul 18, 2012
1 parent 7d427a0 commit 3fed78f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ CONFIGS=core-site.xml hdfs-site.xml mapred-site.xml yarn-site.xml

all: $(CONFIGS)

install: all
install: clean all
cp $(CONFIGS) ~/hadoop-tm-6-runtime/etc/hadoop

clean:
Expand Down
8 changes: 5 additions & 3 deletions rewrite-hosts.xsl
Expand Up @@ -86,7 +86,9 @@
<xsl:value-of select="."/>
</xsl:template>

<!--
<xsl:template match="*"/>
-->
<xsl:template match="comment()">
<xsl:copy-of select="."/>
</xsl:template>


</xsl:stylesheet>

0 comments on commit 3fed78f

Please sign in to comment.